

@layer base {
  
  body, :host {
    /* Color */
    --Accent1: #ED7344;
--Accent2: #C8D06E;
--Accent3: #472E10;
--Accent4: #F5F1EB;
--Accent5: #988A79;
--Accent6: #EFB7E4;
--Accent7: #EABD27;
--html-block-font-color: var(--Accent3);
--html-block-h1-color: var(--Accent3);
--html-block-link-color: var(--Accent2);
--html-block-quote-color: var(--Accent1);
--SoftClayOrange: #F25C54;
--DeepCharcoal: #2e2e2e;
--WarmOff-White: #FAFAF7;
--GraphiteGrey: #1E1E1E;
--VibrantCoral: #FF6B6B;
--MintGreen: #6EDC9D;
--GoldenYellow: #F9C74F;
--ElectricBlue: #3A86FF;
--NeutralGrey: #D3D3D3;
--Lilac: #B388EB;
--BackgroundLight: #FAFAF7;
--BackgroundDark: #1E1E1E;
--NeutralSurface: #FFFFFF;
--Border: #D3D3D3;
--TextPrimary: #2E2E2E;
--TextSecondary: #6C6C6C;
--TextInverse: #FFFFFF;
--PrimaryCTA: #F25C54;
--PrimaryCTA-Hover: #FF6B6B;
--PrimaryCTA-Active: #E14A45;
--AccentPositive: #6EDC9D;
--AccentPositive-Hover: #57C78A;
--AccentPositive-Active: #45B378;
--AccentWarning: #F9C74F;
--AccentWarning-Hover: #F7B93B;
--AccentWarning-Active: #E5A62F;
--AccentInfo: #3A86FF;
--AccentInfo-Hover: #256DDB;
--AccentInfo-Active: #1A55B6;
--AccentCreative: #B388EB;
--AccentCreative-Hover: #9C6FDF;
--AccentCreative-Active: #8456C9;
    /* Fonts */
    --font-sans: 'Inter',sans-serif;
--font-geist: 'Geist',sans-serif;
--font-geistmono: 'Geist Mono',monospace;
--font-fraunces: 'Fraunces',serif;

    /* Font size */
    --font-size-xxs: 0.625rem;
--font-size-xs: 0.75rem;
--font-size-sm: 0.875rem;
--font-size-base: 1rem;
--font-size-lg: 1.125rem;
--font-size-xl: 1.25rem;
--font-size-2xl: 1.5rem;
--font-size-3xl: 1.875rem;
--font-size-4xl: 2.25rem;
--font-size-5xl: 3rem;
    /* Font weight */
    --font-weight-thin: 100;
--font-weight-lighter: 200;
--font-weight-light: 300;
--font-weight-regular: 400;
--font-weight-normal: 500;
--font-weight-bold: 700;
--font-weight-semi-bold: 600;
--font-weight-bolder: 800;
--font-weight-black: 900;
--html-block-font-size: 0.875rem;
    /* Shadows */
    --shadow-sm:  0 1px 2px 0 rgba(0, 0, 0, 0.25);
--shadow-base:  0 1px 3px 0 rgba(0, 0, 0, 0.25), 0 1px 2px 0 rgba(0, 0, 0, 0.25);
--shadow-md:  0 4px 6px -1px rgba(0, 0, 0, 0.25), 0 2px 4px -1px rgba(0, 0, 0, 0.25);
--shadow-lg:  0 10px 15px -3px rgba(0, 0, 0, 0.25), 0 4px 6px -2px rgba(0, 0, 0, 0.25);
--shadow-xl: 0 20px 25px -5px rgba(0, 0, 0, 0.25), 0 10px 10px -5px rgba(0, 0, 0, 0.25);
--shadow-2xl:  0 25px 50px -12px rgba(0, 0, 0, 0.25);
    /* Border radius */
    
    /* Spacing */
    --borderRadius: 16px;
--gap: 10px;
    /* Z-index */
    --side-menu: 10;
  }
  @keyframes animation-spin {
    from {
      transform: rotate(0deg);
    }
    to {
      transform: rotate(360deg);
    }
  }
  @keyframes animation-fade-in {
    from {
      opacity:0;
    }
    to {
      opacity:1;
    }
  }
  @keyframes animation-fade-out {
    from {
      opacity:1;
    }
    to {
      opacity:0;
    }
  }
}

      
  .cTpiSR {
    width:100%;
  display:flex;
  background:var(--Accent4);
  align-items:flex-start;
  justify-content:flex-start;
  }
      

      
        
      
      
  .ezevOC {
    color:var(--Accent3);
  width:fit-content;
  font-size:90px;
  font-family:"Geist Mono";
  font-weight:var(--font-weight-normal);
  line-height:90px;
  }
      

      
        
      
      
  .dHJWLX {
    width:100%;
  bottom:0px;
  z-index:99999;
  position:fixed;
  transition:all 500ms cubic-bezier(0.42, 0, 0.58, 1);
  }
      

      
          @media (min-width: 450px) {
            
  .dHJWLX {
    top:0px;
  left:0px;
  width:80px;
  bottom:0px;
  height:100%;
  z-index:99999;
  position:fixed;
  transition:all 500ms cubic-bezier(0.42, 0, 0.58, 1);
  padding-top:.5rem;
  padding-left:.5rem;
  padding-right:0.5rem;
  padding-bottom:.5rem;
  }
      

          }
          

  .dHJWLX.menuOpen {
    width:264px;
  }
      

        
      
      
  .bpwsSg {
    color:var(--Accent4);
  width:1px;
  height:1px;
  animation:;
  transition:all 300ms ease;
  }
      

      
  .bpwsSg.opened {
    width:fit-content;
  height:fit-content;
  }
      

        
      
      
  
      

      
        
      
      
  .bBaPdv {
    width:250px;
  height:100%;
  display:none;
  row-gap:2rem;
  background:var(--Accent1);
  box-shadow:0px 0px 4px 3px #00000020;
  column-gap:2rem;
  transition:all 500ms ease;
  padding-top:2rem;
  padding-left:1rem;
  padding-right:1rem;
  padding-bottom:2rem;
  border-top-left-radius:1rem;
  border-top-right-radius:1rem;
  border-bottom-left-radius:1rem;
  border-bottom-right-radius:1rem;
  }
      

      
          @media (min-width: 450px) {
            
  .bBaPdv.closed {
    width:64px;
  height:100%;
  display:flex;
  row-gap:2rem;
  background:var(--Accent1);
  column-gap:2rem;
  align-items:center;
  padding-top:2rem;
  padding-left:0rem;
  padding-right:0rem;
  padding-bottom:2rem;
  justify-content:center;
  border-top-left-radius:1rem;
  border-top-right-radius:1rem;
  border-bottom-left-radius:1rem;
  border-bottom-right-radius:1rem;
  }
      

          }
          

          @media (min-width: 450px) {
            
  .bBaPdv {
    width:250px;
  height:100%;
  display:flex;
  row-gap:2rem;
  background:var(--Accent1);
  box-shadow:0px 0px 4px 3px #00000020;
  column-gap:2rem;
  transition:all 500ms ease;
  padding-top:2rem;
  padding-left:1rem;
  padding-right:1rem;
  padding-bottom:2rem;
  border-top-left-radius:1rem;
  border-top-right-radius:1rem;
  border-bottom-left-radius:1rem;
  border-bottom-right-radius:1rem;
  }
      

          }
          
        
      
      
  .eyWt {
    width:100%;
  display:flex;
  align-items:center;
  flex-direction:row;
  justify-content:flex-start;
  }
      

      
  .eyWt.closed {
    row-gap:1.5rem;
  column-gap:1.5rem;
  flex-direction:column;
  }
      

        
      
      
  .cILCUk {
    flex:1;
  width:100%;
  display:flex;
  row-gap:.25rem;
  font-size:14px;
  column-gap:.25rem;
  align-items:center;
  font-family:Geist;
  justify-content:flex-start;
  }
      

      
        
      
      
  .dHUfdp {
    color:var(--Accent4);
  }
      

      
        
      
      
  .eXkyaj {
    color:var(--Accent4);
  width:40px;
  cursor:pointer;
  height:40px;
  display:flex;
  animation:;
  align-items:center;
  font-weight:var(--font-weight-normal);
  border-radius:8px;
  flex-direction:row;
  justify-content:center;
  }
      

      
  .eXkyaj.active {
    color:var(--Accent4);
  cursor:pointer;
  animation:0.5s ease 0ms 1 normal none running animation-dIfxKc;
  background:#ffffff21;
  transition:all 500ms ease;
  align-items:center;
  font-weight:var(--font-weight-normal);
  border-color:#ffffff26;
  border-style:solid;
  border-width:1px;
  border-radius:8px;
  flex-direction:row;
  backdrop-filter:blur(2px);
  justify-content:center;
  }
      


  .eXkyaj:hover {
    color:var(--Accent4);
  cursor:pointer;
  animation:1s ease 0ms 1 normal none running animation-dIfxKc;
  font-size:0.875rem;
  background:#ffffff21;
  box-shadow:0px 2px 4px 0 rgb(0.1882352977991104, 0.1921568661928177, 0.20000000298023224, 0.10), 0px 0px 1px 0 rgb(0.1882352977991104, 0.1921568661928177, 0.20000000298023224, 0.05);
  transition:all 500ms ease;
  align-items:center;
  font-family:Geist;
  font-weight:var(--font-weight-normal);
  border-color:#ffffff26;
  border-style:solid;
  border-width:1px;
  border-radius:8px;
  flex-direction:row;
  backdrop-filter:blur(2px);
  justify-content:center;
  }
      


  .eXkyaj.menuOpen {
    color:var(--Accent4);
  width:100%;
  cursor:pointer;
  display:flex;
  row-gap:.75rem;
  font-size:0.875rem;
  column-gap:.75rem;
  transition:all 300ms ease;
  align-items:center;
  font-family:Geist;
  font-weight:600;
  padding-top:8px;
  padding-left:1rem;
  padding-right:1rem;
  flex-direction:row;
  padding-bottom:8px;
  justify-content:flex-start;
  border-top-left-radius:.5rem;
  border-top-right-radius:.5rem;
  border-bottom-left-radius:.5rem;
  border-bottom-right-radius:.5rem;
  }
      

        
      
      
  .bjXPyq {
    display:none;
  animation:2s ease 0ms 1 normal none running animation-diMMIZ;
  overflow-x:hidden;
  overflow-y:hidden;
  }
      

      
  .bjXPyq.menu-open {
    flex:1;
  width:fit-content;
  height:fit-content;
  display:flex;
  transition:all 300ms ease;
  font-family:Geist;
  }
      

        
                  @keyframes animation-diMMIZ {
                    
                        0% {
                          opacity: 0;
                        }
                        

                        100% {
                          opacity: 1;
                        }
                        
                  }
                  
      
      
  .fGmCAM {
    width:30px;
  display:flex;
  align-items:center;
  justify-content:center;
  }
      

      
        
      
      
  .sesame-new-main-menu-copy\:BaV7j5qCcPPU0aZLouT_b {
    display:flex;
  align-items:center;
  justify-content:center;
  }
      

      
        
      
      
  .sesame-new-main-menu-copy\:C9LQpe1FXy4F7imzGgESI {
    width:auto;
  height:20px;
  }
      

      
        
      
      
  .sesame-new-main-menu-copy\:EIcm87CUeC51cKRhbucnF {
    display:flex;
  align-items:center;
  justify-content:center;
  }
      

      
        
      
      
  .dIUFeX {
    width:fit-content;
  height:fit-content;
  padding-top:6px;
  border-color:var(--Accent1);
  border-style:solid;
  border-width:1px;
  padding-left:6px;
  padding-right:6px;
  padding-bottom:6px;
  border-top-left-radius:8px;
  border-top-right-radius:8px;
  border-bottom-left-radius:8px;
  border-bottom-right-radius:8px;
  }
      

      
  .dIUFeX.closed {
    display:none;
  padding-top:6px;
  padding-left:6px;
  padding-right:6px;
  padding-bottom:6px;
  }
      


  .dIUFeX:hover {
    color:var(--Accent4);
  width:fit-content;
  cursor:pointer;
  height:fit-content;
  animation:0.5s ease 0ms 1 normal none running animation-dIfxKc;
  font-size:0.875rem;
  background:#ffffff21;
  box-shadow:0px 2px 4px 0 rgb(0.1882352977991104, 0.1921568661928177, 0.20000000298023224, 0.10), 0px 0px 1px 0 rgb(0.1882352977991104, 0.1921568661928177, 0.20000000298023224, 0.05);
  transition:all 500ms ease;
  align-items:center;
  font-family:Geist;
  font-weight:var(--font-weight-normal);
  border-color:#ffffff26;
  border-style:solid;
  border-width:1px;
  border-radius:8px;
  flex-direction:row;
  backdrop-filter:blur(2px);
  justify-content:center;
  }
      

        
      
      
  .TQpJv {
    color:var(--Accent5);
  width:32px;
  cursor:pointer;
  height:32px;
  display:flex;
  transition:all 300ms ease;
  align-items:center;
  justify-content:center;
  border-top-left-radius:0.5rem;
  border-top-right-radius:0.5rem;
  border-bottom-left-radius:0.5rem;
  border-bottom-right-radius:0.5rem;
  }
      

      
  .TQpJv:hover {
    background:#ffffff0d;
  }
      

        
      
      
  .sesame-new-main-menu-copy\:Nug-XKDVyafCFz7JhsC20 {
    display:flex;
  align-items:center;
  justify-content:center;
  }
      

      
        
      
      
  .sesame-new-main-menu-copy\:OiT2C5P-5SWJ3gB0IXpYr {
    display:flex;
  align-items:center;
  justify-content:center;
  }
      

      
        
      
      
  .eNlRua {
    width:100%;
  display:flex;
  row-gap:.25rem;
  column-gap:.25rem;
  align-items:center;
  justify-content:flex-start;
  }
      

      
        
      
      
  .HJOXt {
    flex:1;
  width:100%;
  height:100%;
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  }
      

      
        
      
      
  .eNISBY {
    flex:1;
  overflow-x:hidden;
  overflow-y:hidden;
  }
      

      
  
      

        
      
      
  .sesame-new-main-menu-copy\:jYVVI7sGzEVgithmxmOme {
    display:flex;
  align-items:center;
  justify-content:center;
  }
      

      
        
      
      
  .sesame-new-main-menu-copy\:mm1ceZ1T-QB_hz_q69UEm {
    display:flex;
  align-items:center;
  justify-content:center;
  }
      

      
        
      
      
  .fktrTW {
    color:var(--Accent3);
  }
      

      
        
      
      
  .bcgfeI {
    width:auto;
  height:20px;
  }
      

      
        
      
      
  .sesame-new-main-menu-copy\:qI3WGtCDzwbCCCoDmtdv5 {
    color:#ffffff;
  width:30px;
  cursor:pointer;
  height:30px;
  transition:all 500ms ease;
  padding-top:6\;
  padding-left:6px;
  padding-bottom:6\;
  }
      

      
        
      
      
  .sesame-new-main-menu-copy\:rUsGcFQeakmRwSGSD6kG2 {
    width:auto;
  height:20px;
  }
      

      
        
      
      
  
      

      
  .fyWvCO.closed {
    display:flex;
  }
      

        
      
      
  .fBBSeX {
    padding-top:12px;
  padding-left:12px;
  padding-right:12px;
  padding-bottom:12px;
  }
      

      
        
      
      
  .bvOSQu {
    width:100%;
  height:75px;
  display:flex;
  background:var(--Accent4);
  box-shadow:0px 0px 4px 3px #00000020;
  overflow-x:scroll;
  overflow-y:hidden;
  align-items:center;
  padding-top:6px;
  padding-left:12px;
  padding-right:12px;
  flex-direction:row;
  padding-bottom:6px;
  justify-content:space-between;
  border-top-left-radius:70px;
  border-top-right-radius:70px;
  border-bottom-left-radius:70px;
  border-bottom-right-radius:70px;
  }
      

      
        
      
      
  .sesame-new-main-menu-copy\:xN-ZqISMiWZBn66Iy7O90 {
    align-items:center;
  justify-content:flex-start;
  }
      

      
        
      
      
  .sesame-new-main-menu-copy\:y4Yf288uY6ZFUxd18hSm4 {
    width:auto;
  height:20px;
  }
      

      
        
      
      
  
      

      
        
      
      
  .bJMQNl {
    flex:1;
  display:flex;
  row-gap:.5rem;
  column-gap:.5rem;
  align-items:center;
  flex-direction:row;
  justify-content:flex-start;
  }
      

      
        
      
      
  .ckbMFZ {
    color:var(--Accent3);
  width:fit-content;
  font-size:1.5rem;
  font-family:Geist;
  font-weight:500;
  }
      

      
        
      
      
  .bACcYh {
    color:var(--Accent3);
  font-size:32px;
  text-align:center;
  font-weight:var(--font-weight-normal);
  padding-left:50px;
  padding-right:50px;
  }
      

      
        
      
      
  .dZGZbG {
    flex:1;
  height:100%;
  min-width:270px;
  background:var(--Accent4);
  padding-top:4px;
  padding-left:4px;
  padding-right:4px;
  padding-bottom:4px;
  border-top-left-radius:12px;
  border-top-right-radius:12px;
  border-bottom-left-radius:12px;
  border-bottom-right-radius:12px;
  }
      

      
          @media (max-width: 870px) {
            
  .dZGZbG {
    width:100%;
  }
      

          }
          
        
      
      
  .cHfTBd {
    width:100%;
  display:flex;
  row-gap:20px;
  max-width:1200px;
  column-gap:20px;
  align-items:flex-start;
  padding-top:20px;
  flex-direction:column;
  padding-bottom:20px;
  justify-content:space-between;
  }
      

      
        
      
      
  ._1-Dashboard\:3NnLIM3HI09ngOgP2tWm7 {
    color:var(--Accent4);
  }
      

      
        
      
      
  .dZEXmP {
    width:100%;
  height:100%;
  background:var(--Accent1);
  overflow-y:scroll;
  transition:all 500ms ease;
  scrollbar-width:none;
  -ms-overflow-style:none;
  }
      
.dZEXmP::-webkit-scrollbar {
  width: 0;
}


      
        
      
      
  .ftmOMP {
    color:var(--Accent3);
  font-size:1.25rem;
  font-family:Geist;
  font-weight:600;
  }
      

      
        
      
      
  .xyUIK {
    height:100%;
  display:flex;
  background:#ffffff;
  transition:all 500ms ease;
  align-items:center;
  padding-left:72px;
  justify-content:flex-start;
  }
      

      
          @media (max-width: 450px) {
            
  .xyUIK {
    padding-left:0px;
  }
      

          }
          
        
      
      
  ._1-Dashboard\:6G6CFt6tGsVGOzffhiMLW {
    display:flex;
  align-items:center;
  justify-content:center;
  }
      

      
        
      
      
  .sDfpQ {
    flex:1;
  background:var(--Accent4);
  padding-top:6px;
  padding-left:6px;
  padding-right:6px;
  padding-bottom:6px;
  border-top-left-radius:12px;
  border-top-right-radius:12px;
  border-bottom-left-radius:12px;
  border-bottom-right-radius:12px;
  }
      

      
        
      
      
  .eZLxvB {
    width:auto;
  row-gap:4px;
  flex-wrap:wrap;
  column-gap:4px;
  }
      

      
          @media (max-width: 500px) {
            
  .eZLxvB {
    width:100%;
  }
      

          }
          
        
      
      
  .dqTCmk {
    font-size:32px;
  font-family:Geist;
  font-weight:var(--font-weight-normal);
  line-height:32px;
  }
      

      
        
      
      
  .dtyPTS {
    width:56px;
  height:56px;
  display:flex;
  background:var(--Accent2);
  align-items:center;
  justify-content:center;
  border-top-left-radius:12px;
  border-top-right-radius:12px;
  border-bottom-left-radius:12px;
  border-bottom-right-radius:12px;
  }
      

      
        
      
      
  .fAHQNB {
    width:32px;
  height:32px;
  }
      

      
        
      
      
  .eailEO {
    color:#988a79b3;
  font-size:12px;
  font-family:Geist;
  font-weight:500;
  letter-spacing:0.08rem;
  }
      

      
        
      
      
  .bZvMzQ {
    width:100%;
  height:100%;
  display:flex;
  row-gap:16px;
  flex-wrap:wrap;
  background:white;
  column-gap:16px;
  transition:all 500ms cubic-bezier(0.42, 0, 0.58, 1);
  align-items:center;
  padding-top:24px;
  padding-left:24px;
  padding-right:24px;
  flex-direction:row;
  padding-bottom:24px;
  justify-content:flex-start;
  border-top-left-radius:10px;
  border-top-right-radius:10px;
  border-bottom-left-radius:10px;
  border-bottom-right-radius:10px;
  }
      

      
  .bZvMzQ:hover {
    cursor:pointer;
  background:var(--Accent4);
  }
      


          @media (max-width: 500px) {
            
  .bZvMzQ {
    display:flex;
  align-items:flex-start;
  flex-direction:column;
  justify-content:flex-start;
  }
      

          }
          
        
      
      
  ._1-Dashboard\:6GTJBIm-gORAbXUP_b79F {
    height:100%;
  min-width:270px;
  }
      

      
        
      
      
  ._1-Dashboard\:8f_Uj2fe_H-KkulXC-wO2 {
    width:auto;
  height:20px;
  }
      

      
        
      
      
  ._1-Dashboard\:96NDaFlKRUaqXScv42rmD {
    color:var(--Accent3);
  width:28px;
  height:28px;
  }
      

      
        
      
      
  ._1-Dashboard\:9Y723pYmEMjpfAW8kAd6N {
    height:100%;
  min-width:270x;
  }
      

      
        
      
      
  .CxWpF {
    top:0px;
  left:0px;
  right:0px;
  width:100%;
  bottom:0px;
  height:fit-content;
  z-index:99999;
  position:fixed;
  transition:all 500ms ease;
  padding-left:80px;
  }
      

      
          @media (max-width: 450px) {
            
  .CxWpF {
    padding-left:0px;
  }
      

          }
          
        
      
      
  .cxGKXZ {
    color:var(--Accent3);
  right:1rem;
  position:absolute;
  }
      

      
        
      
      
  .cRsUFx {
    width:100%;
  display:flex;
  row-gap:10px;
  column-gap:10px;
  align-items:flex-start;
  flex-direction:row;
  justify-content:flex-start;
  }
      

      
          @media (max-width: 870px) {
            
  .cRsUFx {
    flex-direction:column;
  }
      

          }
          
        
      
      
  .BEodR {
    width:fit-content;
  height:fit-content;
  font-size:inherit;
  font-family:inherit;
  font-weight:inherit;
  }
      

      
        
      
      
  .nx-select-icon\:root {
    color:inherit;
  width:1.25rem;
  height:1.25rem;
  font-size:inherit;
  transition:rotate 200ms ease 0ms normal;
  font-family:inherit;
  font-weight:inherit;
  }
      

      
  .nx-select-icon\:root.open {
    rotate:z 180deg;
  }
      

        
      
      
  
      

      
        
      
      
  ._1-Dashboard\:BEJ7nmqyK_u71I26mn2s2 {
    width:18px;
  height:18px;
  }
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .nx-select-item\:root {
    gap:0.5rem;
  color:var(--text-strong, #0E121B);
  width:100%;
  cursor:pointer;
  font-size:var(--paragraph-sm);
  transition:background-color 200ms ease 0ms normal;
  align-items:center;
  font-family:'Geist';
  font-weight:var(--regular);
  padding-top:0.5rem;
  white-space:nowrap;
  padding-left:0.5rem;
  border-radius:8px;
  outline-color:transparent;
  outline-style:solid;
  outline-width:0px;
  padding-right:0.5rem;
  text-overflow:ellipsis;
  flex-direction:row;
  padding-bottom:0.5rem;
  justify-content:space-between;
  background-color:var(--bg-white, #FFFFFF);
  }
      

      
  .nx-select-item\:root:hover {
    background-color:var(--bg-weak, #F5F7FA);
  }
      


  
      


  .nx-select-item\:root.checked {
    color:var(--text-strong, #0E121B);
  background-color:var(--bg-weak, #F5F7FA);
  }
      


  .nx-select-item\:root.disabled {
    color:var(--neutral-9, #6F6D78);
  }
      


  .nx-select-item\:root.disabled:hover {
    background-color:transparent;
  }
      

        
      
      
  .ekSGkp {
    color:inherit;
  width:20px;
  height:20px;
  font-size:inherit;
  font-family:inherit;
  font-weight:inherit;
  }
      

      
        
      
      
  .cfqKRN {
    flex-direction:row;
  }
      

      
        
      
      
  .eyVPLS {
    font-size:inherit;
  font-family:inherit;
  font-weight:inherit;
  }
      

      
        
      
      
  .nx-select-item\:SqyS3RSMlmbmGFSbqXMfj {
    font-size:14px;
  font-family:'Geist';
  line-height:20px;
  }
      

      
        
      
      
  .nx-select-item\:gTaZlBzZUme6Pj37SjYHY {
    color:var(--primary-base, #FB4BA3);
  width:20px;
  height:20px;
  }
      

      
        
      
      
  
      

      
        
      
      
  ._1-Dashboard\:BHPHsUWGqCQmvilmsvq1f {
    color:var(--Accent3);
  height:30px;
  display:flex;
  row-gap:0.5rem;
  font-size:14px;
  column-gap:0.5rem;
  transition:all 500ms cubic-bezier(0.42, 0, 0.58, 1);
  align-items:center;
  font-family:Geist;
  padding-top:0.5rem;
  padding-left:0.5rem;
  padding-right:0.5rem;
  flex-direction:row;
  padding-bottom:0.5rem;
  justify-content:flex-start;
  border-top-left-radius:var(--radius-8, 0.5rem);
  border-top-right-radius:var(--radius-8, 0.5rem);
  border-bottom-left-radius:var(--radius-8, 0.5rem);
  border-bottom-right-radius:var(--radius-8, 0.5rem);
  }
      

      
  ._1-Dashboard\:BHPHsUWGqCQmvilmsvq1f:hover {
    color:var(--Accent1);
  background:var(--Accent4);
  }
      

        
      
      
  .bKNEQB {
    flex:1;
  height:100%;
  row-gap:10px;
  column-gap:10px;
  flex-direction:row;
  border-top-left-radius:16px;
  border-top-right-radius:16px;
  border-bottom-left-radius:16px;
  border-bottom-right-radius:16px;
  }
      

      
          @media (max-width: 870px) {
            
  .bKNEQB {
    flex-direction:column;
  }
      

          }
          
        
      
      
  .lIWPW {
    width:100%;
  display:flex;
  row-gap:10px;
  column-gap:10px;
  align-items:flex-start;
  flex-direction:row;
  justify-content:space-between;
  }
      

      
          @media (max-width: 870px) {
            
  .lIWPW {
    flex-direction:column;
  }
      

          }
          
        
      
      
  .blFrta {
    width:fit-content;
  display:flex;
  align-items:center;
  flex-direction:row;
  justify-content:flex-start;
  }
      

      
        
      
      
  .TPqEp {
    flex:1;
  background:var(--Accent4);
  padding-top:6px;
  padding-left:6px;
  padding-right:6px;
  padding-bottom:6px;
  border-top-left-radius:16px;
  border-top-right-radius:16px;
  border-bottom-left-radius:16px;
  border-bottom-right-radius:16px;
  }
      

      
        
      
      
  .eZJHVN {
    width:100%;
  height:100%;
  display:flex;
  row-gap:16px;
  background:white;
  column-gap:16px;
  transition:all 500ms cubic-bezier(0.42, 0, 0.58, 1);
  align-items:flex-start;
  padding-top:60px;
  padding-left:60px;
  padding-right:60px;
  padding-bottom:60px;
  justify-content:flex-start;
  border-top-left-radius:16px;
  border-top-right-radius:16px;
  border-bottom-left-radius:16px;
  border-bottom-right-radius:16px;
  }
      

      
  .eZJHVN:hover {
    cursor:pointer;
  background:var(--Accent4);
  }
      

        
      
      
  .fulvPj {
    color:var(--Accent3);
  font-size:14px;
  font-family:Geist;
  font-weight:500;
  }
      

      
        
      
      
  .cSKTNv {
    font-size:14px;
  font-family:Geist;
  font-weight:500;
  }
      

      
        
      
      
  .dVZorx {
    color:var(--Accent5);
  font-size:14px;
  font-family:Geist;
  font-weight:500;
  }
      

      
        
      
      
  .flNdch {
    display:flex;
  row-gap:4px;
  background:var(--Accent4);
  column-gap:4px;
  align-items:center;
  padding-top:6px;
  padding-left:12px;
  padding-right:12px;
  flex-direction:row;
  padding-bottom:6px;
  justify-content:center;
  border-top-left-radius:20px;
  border-top-right-radius:20px;
  border-bottom-left-radius:20px;
  border-bottom-right-radius:20px;
  }
      

      
        
      
      
  .cBijiA {
    font-size:20px;
  font-family:Geist;
  font-weight:500;
  }
      

      
        
      
      
  .fDdCyG {
    width:100%;
  height:fit-content;
  display:flex;
  row-gap:10px;
  flex-wrap:wrap;
  column-gap:10px;
  align-items:center;
  flex-direction:row;
  justify-content:space-between;
  }
      

      
        
      
      
  
      

      
        
      
      
  .coSuMB {
    row-gap:5px;
  column-gap:5px;
  font-family:Geist;
  flex-direction:row;
  }
      

      
        
      
      
  ._1-Dashboard\:Cd2H9c4WuwSqEpUwuDstE {
    min-width:270px;
  }
      

      
        
      
      
  ._1-Dashboard\:Cf5fcbhYWDMY3mPLDqXUq {
    color:var(--Accent3);
  height:30px;
  display:flex;
  row-gap:0.5rem;
  font-size:14px;
  column-gap:0.5rem;
  transition:all 500ms cubic-bezier(0.42, 0, 0.58, 1);
  align-items:center;
  font-family:Geist;
  font-weight:500;
  padding-top:0.5rem;
  padding-left:0.5rem;
  padding-right:0.5rem;
  flex-direction:row;
  padding-bottom:0.5rem;
  justify-content:flex-start;
  border-top-left-radius:var(--radius-8, 0.5rem);
  border-top-right-radius:var(--radius-8, 0.5rem);
  border-bottom-left-radius:var(--radius-8, 0.5rem);
  border-bottom-right-radius:var(--radius-8, 0.5rem);
  }
      

      
  ._1-Dashboard\:Cf5fcbhYWDMY3mPLDqXUq:hover {
    color:var(--Accent1);
  background:var(--Accent4);
  }
      

        
      
      
  ._1-Dashboard\:DI39i2lC0_MJt_GuEXMoB {
    color:var(--Accent4);
  }
      

      
        
      
      
  ._1-Dashboard\:EGRcCvEp6bH-mhz361wPV {
    color:var(--Accent3);
  height:30px;
  display:flex;
  row-gap:0.5rem;
  font-size:14px;
  column-gap:0.5rem;
  transition:all 500ms cubic-bezier(0.42, 0, 0.58, 1);
  align-items:center;
  font-family:Geist;
  font-weight:500;
  padding-top:0.5rem;
  padding-left:0.5rem;
  padding-right:0.5rem;
  flex-direction:row;
  padding-bottom:0.5rem;
  justify-content:flex-start;
  border-top-left-radius:var(--radius-8, 0.5rem);
  border-top-right-radius:var(--radius-8, 0.5rem);
  border-bottom-left-radius:var(--radius-8, 0.5rem);
  border-bottom-right-radius:var(--radius-8, 0.5rem);
  }
      

      
  ._1-Dashboard\:EGRcCvEp6bH-mhz361wPV:hover {
    color:var(--Accent1);
  background:var(--Accent4);
  }
      

        
      
      
  
      

      
        
      
      
  .dEjeHX {
    width:100%;
  display:flex;
  row-gap:10px;
  flex-wrap:wrap;
  background:#ffffff00;
  column-gap:10px;
  align-items:center;
  padding-top:1rem;
  padding-left:1rem;
  padding-right:1rem;
  flex-direction:row;
  padding-bottom:1rem;
  justify-content:space-between;
  background-filter:blur(15);
  }
      

      
          @media (max-width: 800px) {
            
  .dEjeHX {
    display:flex;
  row-gap:12px;
  column-gap:12px;
  align-items:center;
  flex-direction:row;
  justify-content:flex-end;
  }
      

          }
          

          @media (max-width: 450px) {
            
  .dEjeHX {
    display:flex;
  row-gap:12px;
  column-gap:12px;
  align-items:center;
  flex-direction:row;
  justify-content:space-between;
  }
      

          }
          
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .dYElHa {
    width:var(--width);
  height:var(--height);
  position:fixed;
  pointer-events:none;
  }
      

      
  .dYElHa.modal {
    pointer-events:all;
  }
      

        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .cnXrlJ {
    gap:0.5rem;
  color:var(--text-sub);
  width:100%;
  cursor:pointer;
  display:flex;
  padding:0.5rem;
  align-self:stretch;
  background:var(--bg-white);
  transition:all 500ms cubic-bezier(0.42, 0, 0.58, 1);
  align-items:center;
  font-weight:var(--medium);
  border-radius:var(--radius-8, 0.5rem);
  flex-direction:row;
  }
      

      
  .cnXrlJ:hover {
    color:var(--text-strong);
  background:var(--bg-weak);
  font-weight:var(--medium);
  }
      

        
      
      
  .chKVzp {
    color:var(--icon-sub);
  }
      

      
        
      
      
  .efZGgz {
    flex:1;
  font-size:0.875rem;
  font-family:Geist;
  }
      

      
        
      
      
  .User-profile\:5MOakQYkXg6LSgj-BaCUK {
    color:var(--Accent3);
  transition:all 300ms ease;
  }
      

      
  .User-profile\:5MOakQYkXg6LSgj-BaCUK:hover {
    color:var(--Accent1);
  background:var(--Accent4);
  }
      

        
      
      
  .cTHOKt {
    width:100%;
  row-gap:8px;
  column-gap:8px;
  align-items:center;
  padding-top:8px;
  padding-left:8px;
  padding-right:8px;
  flex-direction:row;
  padding-bottom:8px;
  justify-content:start;
  }
      

      
        
      
      
  .eFQaJC {
    top:var(--top);
  left:var(--left);
  position:absolute;
  outline-color:transparent;
  outline-style:none;
  outline-width:0px;
  pointer-events:all;
  transform-origin:var(--transform-origin-x) var(--transform-origin-y);
  }
      

      
  .eFQaJC:focus {
    outline-color:transparent;
  outline-style:none;
  outline-width:0px;
  }
      


  .eFQaJC.hidden {
    visibility:hidden;
  pointer-events:none;
  }
      


  .eFQaJC.match-anchor-width {
    width:var(--sc-anchor-width);
  }
      

        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .so-popover-content-knowledge-base\:root {
    gap:0.25rem;
  width:150px;
  height:fit-content;
  display:flex;
  opacity:0;
  padding:0.5rem;
  z-index:10;
  background: var(--bg-white);
  box-shadow:0px 16px 32px -12px rgba(14, 18, 27, 0.10);
  align-items:flex-start;
  padding-top:0.5rem;
  border-color:var(--stroke-soft);
  border-style:solid;
  border-width:1px;
  padding-left:0.5rem;
  border-radius:1rem;
  padding-right:0.5rem;
  flex-direction:column;
  padding-bottom:0.5rem;
  /* regular-shadow/medium */:;
  }
      

      
  .so-popover-content-knowledge-base\:root.open {
    opacity:1;
  }
      


  .so-popover-content-knowledge-base\:root.open-transition {
    transition:opacity 300ms ease 0ms normal;
  }
      


  .so-popover-content-knowledge-base\:root.close-transition {
    transition:opacity 300ms ease 0ms normal;
  }
      

        
      
      
  .User-profile\:Dx4KYm1TBcHM-ogg41bED {
    gap:4px;
  width:300px;
  background:white;
  box-shadow:0px 16px 32px -12px rgba(14, 18, 27, 0.10);
  padding-top:8px;
  border-color:#E1E4EA;
  border-style:solid;
  border-width:1px;
  padding-left:8px;
  border-radius:16px;
  padding-right:8px;
  padding-bottom:8px;
  justify-content:;
  background-color:#ffffff;
  }
      

      
        
      
      
  .UuWHK {
    height:1px;
  background:var(--Accent4);
  }
      

      
        
      
      
  .bshSNF {
    color:var(--Accent3);
  font-size:14px;
  font-family:Geist;
  font-weight:var(--font-weight-semi-bold);
  }
      

      
        
      
      
  .fgIhFG {
    color:var(--Accent5);
  font-size:14px;
  font-family:Geist;
  font-weight:var(--font-weight-normal);
  }
      

      
        
      
      
  .jCtWU {
    width:100%;
  padding-top:1.5px;
  padding-bottom:1.5px;
  }
      

      
        
      
      
  .fxdsRY {
    flex:1;
  row-gap:2px;
  column-gap:2px;
  }
      

      
        
      
      
  .cGPerZ {
    gap:8px;
  width:100%;
  display:flex;
  align-items:center;
  font-family:Geist;
  padding-top:8px;
  padding-left:8px;
  border-radius:8px;
  padding-right:8px;
  flex-direction:row;
  padding-bottom:8px;
  justify-content:space-between;
  }
      

      
        
      
      
  .bWpTnd {
    width:fit-content;
  height:auto;
  }
      

      
        
      
      
  .nx-button-tertiary\:root {
    gap:0.5rem;
  color:var(--text-sub, #525866);
  width:fit-content;
  cursor:default;
  height:40px;
  font-size:var(--label-m);
  overflow-x:hidden;
  overflow-y:hidden;
  transition:all 400ms ease 0ms normal;
  align-items:center;
  font-family:'Geist';
  font-weight:var(--medium);
  user-select:none;
  padding-left:0.75rem;
  border-radius:10px;
  outline-color:transparent;
  outline-style:solid;
  outline-width:var(--border-lg);
  padding-right:0.75rem;
  flex-direction:row;
  outline-offset:var(--border-md);
  -ms-user-select:none;
  justify-content:center;
  -moz-user-select:none;
  -webkit-user-select:none;
  -webkit-tap-highlight-color:transparent;
  }
      

      
  .nx-button-tertiary\:root:hover {
    color:var(--text-strong, #0E121B);
  background:#c1cb48;
  }
      


  .nx-button-tertiary\:root:active {
    background:var(--Accent2);
  transition:none;
  }
      


  .nx-button-tertiary\:root:focus-visible {
    outline-color:var(--brand-8, #6958AD);
  outline-style:solid;
  outline-width:var(--border-lg);
  outline-offset:var(--border-md);
  }
      


  
      


  .nx-button-tertiary\:root.disabled {
    cursor:no-drop;
  opacity:0.5;
  background-color:var(--overlay-a1, #ffffff0d);
  }
      

        
      
      
  .User-profile\:jd3rEXiL7Ntygd2nTdhDf {
    color:var(--Accent3);
  width:40px;
  cursor:pointer;
  height:40px;
  display:flex;
  z-index:99;
  font-size:14px;
  background:var(--Accent2);
  transition:all 300ms ease;
  align-items:center;
  border-color:#00000000;
  border-style:solid;
  border-width:1px;
  justify-content:center;
  border-top-left-radius:100px;
  border-top-right-radius:100px;
  border-bottom-left-radius:100px;
  border-bottom-right-radius:100px;
  }
      

      
  .User-profile\:jd3rEXiL7Ntygd2nTdhDf:hover {
    color:var(--Accent3);
  width:40px;
  cursor:pointer;
  height:40px;
  display:flex;
  z-index:99;
  font-size:14px;
  background:var(--Accent2);
  transition:all 300ms ease;
  align-items:center;
  border-color:#00000000;
  border-style:solid;
  border-width:1px;
  justify-content:center;
  border-top-left-radius:100px;
  border-top-right-radius:100px;
  border-bottom-left-radius:100px;
  border-bottom-right-radius:100px;
  }
      

        
      
      
  .User-profile\:m0qSiGipvpPHMrdjcCvWv {
    color:var(--Accent3);
  transition:all 300ms ease;
  }
      

      
  .User-profile\:m0qSiGipvpPHMrdjcCvWv:hover {
    color:var(--Accent1);
  background:var(--Accent4);
  }
      

        
      
      
  .bDnHzz {
    color:var(--Accent5);
  font-size:13px;
  font-family:Geist;
  font-weight:var(--font-weight-normal);
  }
      

      
        
      
      
  .User-profile\:ntMYH7K7qHPcRE4ROqCAh {
    color:var(--Accent3);
  transition:all 500ms cubic-bezier(0.42, 0, 0.58, 1);
  }
      

      
  .User-profile\:ntMYH7K7qHPcRE4ROqCAh:hover {
    color:var(--Accent1);
  background:var(--Accent4);
  }
      

        
      
      
  .dWUbKb {
    color:var(--Accent3);
  width:40px;
  cursor:pointer;
  height:40px;
  display:flex;
  z-index:99;
  font-size:14px;
  background:var(--Accent2);
  transition:all 300ms ease;
  align-items:center;
  border-color:#00000000;
  border-style:solid;
  border-width:1px;
  justify-content:center;
  border-top-left-radius:100px;
  border-top-right-radius:100px;
  border-bottom-left-radius:100px;
  border-bottom-right-radius:100px;
  }
      

      
        
      
      
  .bhQYbk {
    color:var(--Accent3);
  font-weight:600;
  }
      

      
        
      
      
  .User-profile\:vWkgCxO1KjPW1GAvupx_J {
    color:var(--Accent3);
  transition:all 300ms ease;
  }
      

      
  .User-profile\:vWkgCxO1KjPW1GAvupx_J:hover {
    color:var(--Accent1);
  background:var(--Accent4);
  }
      

        
      
      
  .top-bar-component-2\:-npWzAesI5vqUjOs9Qafk {
    position:relative;
  }
      

      
        
      
      
  .cvqjeK {
    width:fit-content;
  display:flex;
  row-gap:var(--gap);
  flex-wrap:wrap;
  column-gap:var(--gap);
  align-items:center;
  flex-direction:row;
  justify-content:flex-start;
  }
      

      
        
      
      
  .egPkRg {
    color:var(--Accent5);
  display:flex;
  align-items:center;
  flex-direction:row;
  justify-content:flex-start;
  border-top-left-radius:8px;
  border-top-right-radius:8px;
  border-bottom-left-radius:8px;
  border-bottom-right-radius:8px;
  }
      

      
        
      
      
  .dHWyXG {
    font-size:1rem;
  transition:color 300ms ease;
  font-family:Geist;
  font-weight:var(--font-weight-semi-bold);
  padding-top:12px;
  padding-left:12px;
  padding-right:12px;
  padding-bottom:12px;
  text-transform:capitalize;
  }
      

      
  .dHWyXG:hover {
    color:var(--Accent1);
  width:fit-content;
  cursor:pointer;
  animation:1s ease 0ms 1 normal none running animation-dIfxKc;
  font-size:1rem;
  transition:all 500ms ease;
  align-items:center;
  font-family:Geist;
  flex-direction:row;
  justify-content:center;
  }
      

        
      
      
  .breadcrumb-item\:fiKuFur5AkUO8p59bTyXf {
    width:auto;
  height:20px;
  rotate:0 0 1 -90deg;
  }
      

      
        
      
      
  .cPGabk {
    font-size:1rem;
  transition:color 300ms ease;
  font-family:Geist;
  font-weight:var(--font-weight-semi-bold);
  padding-top:12px;
  padding-left:12px;
  padding-right:12px;
  padding-bottom:12px;
  text-transform:capitalize;
  }
      

      
  .cPGabk.lastKind {
    color:var(--Accent1);
  font-size:1rem;
  transition:color 300ms ease;
  font-family:Geist;
  font-weight:var(--font-weight-semi-bold);
  }
      

        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .bldWoj {
    color:var(--Accent3);
  width:fit-content;
  height:fit-content;
  display:flex;
  animation:;
  transition:all 300ms ease;
  }
      

      
          @media (min-width: 450px) {
            
  .bldWoj {
    display:none;
  }
      

          }
          
        
      
      
  .cbXoQS {
    width:100%;
  height:1px;
  background:#472e101a;
  }
      

      
        
      
      
  .eJfBJd {
    width:fit-content;
  cursor:pointer;
  height:fit-content;
  display:flex;
  row-gap:8px;
  z-index:8;
  background:#ED7344;
  column-gap:8px;
  transition:all 500ms cubic-bezier(0.42, 0, 0.58, 1);
  align-items:center;
  font-family:Geist;
  padding-top:12px;
  padding-left:12px;
  padding-right:12px;
  flex-direction:row;
  padding-bottom:12px;
  justify-content:center;
  border-top-left-radius:16px;
  border-top-right-radius:16px;
  border-bottom-left-radius:16px;
  border-bottom-right-radius:16px;
  }
      

      
  .eJfBJd:hover {
    background:#988a79;
  }
      

        
      
      
  .cowtlB {
    display:flex;
  row-gap:8px;
  column-gap:8px;
  align-items:center;
  flex-direction:row;
  justify-content:flex-start;
  }
      

      
        
      
      
  .bCujlK {
    color:#fff;
  }
      

      
        
      
      
  .cvnKAc {
    color:#ffffff;
  }
      

      
        
      
      
  .top-bar-component-2\:_V7C4QRyCSyQEtoVU9yXV {
    height:40px;
  background:var(--Accent5);
  border-top-left-radius:12px;
  border-top-right-radius:12px;
  border-bottom-left-radius:12px;
  border-bottom-right-radius:12px;
  }
      

      
        
      
      
  .cvttdm {
    display:flex;
  row-gap:.5rem;
  column-gap:.5rem;
  align-items:center;
  flex-direction:row;
  justify-content:flex-end;
  }
      

      
        
      
      
  .eZQfTU {
    left:0pxidi;
  right:0px;
  width:fit-content;
  bottom:0px;
  }
      

      
          @media (max-width: 800px) {
            
  .eZQfTU {
    display:none;
  }
      

          }
          
        
      
      
  .bDRxxB {
    left:0pxidi;
  right:0px;
  width:100%;
  bottom:0px;
  height:1px;
  position:absolute;
  padding-left:1rem;
  padding-right:1rem;
  }
      

      
        
      
      
  ._1-Dashboard\:ElF47uFFwOsDrMglnXaVs {
    background:white;
  }
      

      
        
      
      
  .ennBks {
    flex:1;
  width:100%;
  height:100%;
  display:flex;
  flex-wrap:wrap;
  background:var(--Accent2);
  transition:all 300ms ease;
  align-items:flex-start;
  justify-content:space-between;
  border-top-left-radius:12px;
  border-top-right-radius:12px;
  border-bottom-left-radius:12px;
  border-bottom-right-radius:12px;
  }
      

      
  .ennBks:hover {
    cursor:pointer;
  background:var(--Accent2);
  border-color:var(--Accent2);
  border-style:solid;
  border-width:1px;
  }
      


          @media (max-width: 870px) {
            
  .ennBks {
    flex:1;
  width:100%;
  padding-left:0px;
  padding-right:0px;
  }
      

          }
          
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .nx-select-content\:root {
    gap:0.25rem;
  opacity:0;
  padding-top:0.5rem;
  border-color:var(--stroke-soft, #E1E4EA);
  border-style:solid;
  border-width:1px;
  padding-left:0.5rem;
  border-radius:16px;
  padding-right:0.5rem;
  padding-bottom:0.5rem;
  background-color:var(--bg-white, #FFFFFF);
  }
      

      
  .nx-select-content\:root.open {
    opacity:1;
  }
      


  .nx-select-content\:root.open-transition {
    transition:opacity 200ms ease 0ms normal;
  }
      


  .nx-select-content\:root.close-transition {
    transition:opacity 200ms ease 0ms normal;
  }
      


  .nx-select-content\:root:focus {
    outline-color:#ffffff;
  outline-style:none;
  outline-width:0px;
  }
      

        
      
      
  ._1-Dashboard\:G28K-QiE1J_fFbUZhIAKs {
    width:200px;
  row-gap:.5rem;
  background:white;
  box-shadow:0px 16px 32px -12px rgba(14, 18, 27, 0.10);
  column-gap:.5rem;
  margin-top:.25rem;
  padding-top:8px;
  border-color:#E1E4EA;
  border-style:solid;
  border-width:1px;
  padding-left:8px;
  border-radius:16px;
  padding-right:8px;
  padding-bottom:8px;
  justify-content:;
  background-color:#ffffff;
  border-top-left-radius:.5rem;
  border-top-right-radius:.5rem;
  border-bottom-left-radius:.5rem;
  border-bottom-right-radius:.5rem;
  }
      

      
        
      
      
  
      

      
        
      
      
  ._1-Dashboard\:HMIRkCGP56FDwD3Hdy00Z {
    display:flex;
  align-items:center;
  justify-content:center;
  }
      

      
        
      
      
  .bJJCUk {
    width:100%;
  display:flex;
  align-items:flex-end;
  justify-content:flex-start;
  }
      

      
        
      
      
  .YnXZF {
    color:var(--Accent3);
  right:-2rem;
  bottom:-2rem;
  position:absolute;
  }
      

      
        
      
      
  .dhPLul {
    width:100%;
  height:100%;
  display:flex;
  flex-wrap:wrap;
  background:white;
  overflow-x:hidden;
  overflow-y:hidden;
  align-items:center;
  padding-top:2rem;
  padding-left:2.5rem;
  padding-right:2.5rem;
  flex-direction:row;
  padding-bottom:2rem;
  justify-content:space-between;
  border-top-left-radius:16px;
  border-top-right-radius:16px;
  border-bottom-left-radius:16px;
  border-bottom-right-radius:16px;
  }
      

      
        
      
      
  .dXboyG {
    width:100%;
  display:none;
  row-gap:10px;
  column-gap:10px;
  align-items:flex-start;
  flex-direction:row;
  justify-content:flex-start;
  }
      

      
          @media (max-width: 870px) {
            
  .dXboyG {
    flex-direction:column;
  }
      

          }
          
        
      
      
  .BEFTq {
    box-sizing:border-box;
  }
      

      
        
      
      
  ._1-Dashboard\:JCU0tyzGRbwsmPQQrr9qZ {
    width:auto;
  height:24px;
  }
      

      
        
      
      
  .eHszTC {
    color:#472e107a;
  font-size:13PX;
  font-family:Geist;
  font-weight:500;
  line-spacing:1px;
  }
      

      
        
      
      
  
      

      
        
      
      
  .fiRKab {
    flex:1;
  width:100%;
  height:100%;
  row-gap:10px;
  min-width:270px;
  column-gap:10px;
  }
      

      
        
      
      
  .bdfyvt {
    color:#000;
  width:86px;
  height:60px;
  display:flex;
  row-gap:6px;
  column-gap:6px;
  transition:all 300ms ease;
  align-items:center;
  padding-top:6px;
  padding-left:6px;
  padding-right:6px;
  flex-direction:column;
  padding-bottom:6px;
  justify-content:center;
  }
      

      
  .bdfyvt:hover {
    color:var(--Accent1);
  width:86px;
  cursor:pointer;
  height:fit-content;
  animation:1s ease 0ms 1 normal none running animation-dIfxKc;
  font-size:0.875rem;
  transition:all 500ms ease;
  align-items:center;
  font-family:Geist;
  font-weight:var(--font-weight-normal);
  padding-top:6px;
  padding-left:6px;
  padding-right:6px;
  flex-direction:column;
  padding-bottom:6px;
  justify-content:center;
  border-top-left-radius:40px;
  border-top-right-radius:40px;
  border-bottom-left-radius:40px;
  border-bottom-right-radius:40px;
  }
      

        
      
      
  .bHDYRZ {
    font-size:0.8rem;
  }
      

      
        
      
      
  .mobileNav-item\:o8banMGOwj3bEAFn5jGtV {
    width:auto;
  height:15px;
  }
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .dqsoTv {
    width:fit-content;
  height:fit-content;
  }
      

      
        
      
      
  
      

      
        
      
      
  .cVMNhr {
    top:0px;
  left:0px;
  right:0px;
  bottom:0px;
  opacity:0;
  position:absolute;
  pointer-events:none;
  }
      

      
        
      
      
  
      

      
        
      
      
  .nx-select\:AObbyYC9AzWLnzzXMd4_H {
    width:100%;
  z-index:999;
  position:relative;
  }
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  ._1-Dashboard\:LEp1AHDDH5m6jar53LKWy {
    height:100%;
  min-width:270px;
  }
      

      
        
      
      
  .YdNzG {
    gap:6px;
  align-items:center;
  flex-direction:row;
  justify-content:start;
  }
      

      
        
      
      
  ._1-Dashboard\:OYkr3UOh5YeqR8n_98GaN {
    width:auto;
  height:20px;
  }
      

      
        
      
      
  ._1-Dashboard\:PJyUETnPXlN3kqGv91aQc {
    height:100%;
  min-width:270x;
  }
      

      
        
      
      
  .chNgYp {
    width:100%;
  row-gap:10px;
  flex-wrap:wrap;
  column-gap:10px;
  flex-direction:row;
  }
      

      
        
      
      
  .lwQwZ {
    width:100%;
  row-gap:10px;
  flex-wrap:wrap;
  column-gap:10px;
  flex-direction:column;
  }
      

      
        
      
      
  .bjfETO {
    font-size:14px;
  font-family:Geist;
  }
      

      
        
      
      
  ._1-Dashboard\:TvYkiTrKc5NKqb2D30FK3 {
    color:var(--Accent3);
  width:32px;
  height:32px;
  }
      

      
        
      
      
  ._1-Dashboard\:TwWgxrFV3xV0DYwBz3kl7 {
    color:var(--Accent3);
  height:30px;
  display:flex;
  row-gap:0.5rem;
  font-size:14px;
  column-gap:0.5rem;
  transition:all 500ms cubic-bezier(0.42, 0, 0.58, 1);
  align-items:center;
  font-family:Geist;
  font-weight:500;
  padding-top:0.5rem;
  padding-left:0.5rem;
  padding-right:0.5rem;
  flex-direction:row;
  padding-bottom:0.5rem;
  justify-content:flex-start;
  border-top-left-radius:var(--radius-8, 0.5rem);
  border-top-right-radius:var(--radius-8, 0.5rem);
  border-bottom-left-radius:var(--radius-8, 0.5rem);
  border-bottom-right-radius:var(--radius-8, 0.5rem);
  }
      

      
  ._1-Dashboard\:TwWgxrFV3xV0DYwBz3kl7:hover {
    color:var(--Accent1);
  background:var(--Accent4);
  }
      

        
      
      
  .eCcvLK {
    color:var(--Accent3);
  width:fit-content;
  cursor:pointer;
  font-size:14px;
  overflow-x:hidden;
  text-align:right;
  transition:all 300ms ease;
  font-family:Geist;
  font-weight:500;
  }
      

      
  .eCcvLK:hover {
    color:var(--Accent1);
  }
      

        
      
      
  .bEhJiN {
    width:100%;
  row-gap:10px;
  flex-wrap:wrap;
  max-width:1440px;
  column-gap:10px;
  flex-direction:row;
  }
      

      
        
      
      
  ._1-Dashboard\:Wz1grOyrkDcCYCKH0Jakq {
    width:auto;
  height:24px;
  }
      

      
        
      
      
  .doIFSh {
    width:100%;
  display:flex;
  row-gap:20px;
  min-width:270px;
  column-gap:20px;
  align-items:flex-start;
  padding-top:20px;
  flex-direction:column;
  padding-bottom:20px;
  justify-content:space-between;
  }
      

      
        
      
      
  .fzgQVP {
    width:100%;
  height:fit-content;
  display:flex;
  max-width:1200px;
  align-items:center;
  justify-content:flex-start;
  }
      

      
        
      
      
  .dQIQBH {
    width:100%;
  cursor:pointer;
  height:100%;
  display:flex;
  row-gap:16px;
  background:white;
  column-gap:16px;
  transition:all 500ms cubic-bezier(0.42, 0, 0.58, 1);
  align-items:center;
  padding-top:24px;
  padding-left:24px;
  padding-right:24px;
  padding-bottom:24px;
  justify-content:center;
  border-top-left-radius:16px;
  border-top-right-radius:16px;
  border-bottom-left-radius:16px;
  border-bottom-right-radius:16px;
  }
      

      
  .dQIQBH:hover {
    background:var(--Accent4);
  }
      

        
      
      
  .fujPY {
    color:#988a79b3;
  font-size:14px;
  font-family:Geist;
  font-weight:500;
  letter-spacing:0.08rem;
  }
      

      
        
      
      
  .fbuwhE {
    font-size:32px;
  font-family:Geist;
  font-weight:600;
  }
      

      
        
      
      
  ._1-Dashboard\:_N_hwxgu9AqdFNr67oVEt {
    flex:1;
  min-width:270px;
  }
      

      
        
      
      
  .UxlzI {
    width:100%;
  row-gap:0px;
  column-gap:0px;
  }
      

      
        
      
      
  .enRgNj {
    font-size:13px;
  font-family:Geist;
  font-weight:600;
  }
      

      
        
      
      
  .dOqAAR {
    color:var(--Accent5);
  font-size:12px;
  font-family:Geist;
  font-weight:500;
  }
      

      
        
      
      
  .cSkIBe {
    width:24px;
  height:24px;
  display:flex;
  background:var(--Accent2);
  align-items:center;
  justify-content:center;
  border-top-left-radius:100px;
  border-top-right-radius:100px;
  border-bottom-left-radius:100px;
  border-bottom-right-radius:100px;
  }
      

      
        
      
      
  .digvSq {
    display:flex;
  align-items:center;
  flex-direction:row;
  justify-content:space-between;
  }
      

      
          @media (max-width: 500px) {
            
  .digvSq {
    display:flex;
  align-items:flex-start;
  flex-direction:column;
  justify-content:flex-start;
  }
      

          }
          
        
      
      
  .cLOzbr {
    display:none;
  row-gap:12px;
  column-gap:12px;
  align-items:center;
  flex-direction:row;
  justify-content:flex-end;
  }
      

      
        
      
      
  .elYnVs {
    row-gap:5px;
  column-gap:5px;
  transition:all 500ms cubic-bezier(0.42, 0, 0.58, 1);
  padding-top:12px;
  padding-left:12px;
  padding-right:12px;
  padding-bottom:12px;
  }
      

      
  .elYnVs:hover {
    cursor:pointer;
  background:var(--Accent4);
  border-top-left-radius:6px;
  border-top-right-radius:6px;
  border-bottom-left-radius:6px;
  border-bottom-right-radius:6px;
  }
      

        
      
      
  ._1-Dashboard\:aXd1CoLL26ex1Ylyx8r8M {
    width:100%;
  }
      

      
        
      
      
  ._1-Dashboard\:azGvzVBXY57NfZAzS-JWG {
    min-width:270px;
  }
      

      
        
      
      
  .mobileNav-item-copy\:o8banMGOwj3bEAFn5jGtV {
    width:auto;
  height:15px;
  }
      

      
        
      
      
  
      

      
        
      
      
  .bPQgxQ {
    flex:1;
  width:100%;
  }
      

      
        
      
      
  .bnmrgT {
    width:100%;
  height:100%;
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  padding-top:2rem;
  padding-left:2.5rem;
  padding-right:2.5rem;
  flex-direction:row;
  padding-bottom:2rem;
  justify-content:space-between;
  border-top-left-radius:16px;
  border-top-right-radius:16px;
  border-bottom-left-radius:16px;
  border-bottom-right-radius:16px;
  }
      

      
        
      
      
  ._1-Dashboard\:ebXDBX5ynIOIlrag5zGzE {
    width:100%;
  height:100vh;
  }
      

      
        
      
      
  .nx-select-trigger\:root {
    gap:0.25rem;
  color:#131313;
  width:fit-content;
  cursor:default;
  font-size:var(--label-sm);
  background:var(--Accent1);
  overflow-x:hidden;
  overflow-y:hidden;
  transition:background-color 400ms ease 0ms normal;
  align-items:center;
  font-family:Geist;
  font-weight:var(--medium);
  user-select:none;
  border-color:#E1E4EA;
  border-style:solid;
  border-width:1px;
  padding-left:0.75rem;
  border-radius:10px;
  outline-color:transparent;
  outline-style:solid;
  outline-width:var(--border-lg);
  padding-right:0.75rem;
  flex-direction:row;
  outline-offset:var(--border-md);
  -ms-user-select:none;
  justify-content:center;
  -moz-user-select:none;
  -webkit-user-select:none;
  -webkit-tap-highlight-color:transparent;
  }
      

      
  .nx-select-trigger\:root:hover {
    background:#e54b10;
  border-color:var(--bg-weak);
  border-style:solid;
  border-width:1px;
  }
      


  .nx-select-trigger\:root:active {
    background:#ed734430;
  transition:none;
  border-color:rgba(237, 115, 68, 1);
  border-style:solid;
  border-width:2px;
  outline-color:#ffffff;
  outline-style:solid;
  outline-width:2px;
  }
      


  .nx-select-trigger\:root:focus-visible {
    background:#ed734421;
  outline-offset:var(--border-md);
  }
      


  .nx-select-trigger\:root.disabled {
    opacity:0.5;
  background-color:var(--brand-10, #8a75dd);
  }
      


  .nx-select-trigger\:root:focus {
    background:var(--Accent1);
  transition:none;
  border-color:rgba(237, 115, 68, 1);
  border-style:solid;
  border-width:2px;
  outline-color:#ffffff;
  outline-style:solid;
  outline-width:2px;
  }
      

        
      
      
  .dImzBy {
    top:0px;
  left:0px;
  color:inherit;
  right:0px;
  bottom:0px;
  display:flex;
  z-index:;
  position:absolute;
  font-size:inherit;
  align-items:center;
  font-family:inherit;
  font-weight:inherit;
  flex-direction:column;
  justify-content:center;
  background-color:var(--brand-10, #7D66D9);
  }
      

      
        
      
      
  .ItFli {
    width:1.5rem;
  height:1.5rem;
  animation:spinner 1s linear infinite;
  border-radius:50%;
  }
      

      
        
      
      
  .ffcKG {
    width:100%;
  height:100%;
  position:absolute;
  border-color:transparent;
  border-style:solid;
  border-width:4px;
  border-radius:50%;
  border-top-color:var(--color, #EEEEF0);
  border-top-style:solid;
  border-top-width:4px;
  }
      

      
        
      
      
  .bDGgpC {
    width:100%;
  height:100%;
  opacity:0.3;
  position:absolute;
  border-color:var(--color, #EEEEF0);
  border-style:solid;
  border-width:4px;
  border-radius:50%;
  }
      

      
        
      
      
  
      

      
        
      
      
  ._1-Dashboard\:f4o9BYvzAZ2wHAopbXbBy {
    color:#ffffff;
  width:100%;
  cursor:pointer;
  height:40px;
  display:flex;
  row-gap:0.25rem;
  font-size:1rem;
  background:var(--Accent1);
  column-gap:0.25rem;
  align-items:center;
  font-family:Geist;
  font-weight:600;
  border-color:#472e101a;
  border-style:solid;
  border-width:1px;
  flex-direction:row;
  justify-content:flex-start;
  }
      

      
  ._1-Dashboard\:f4o9BYvzAZ2wHAopbXbBy:hover {
    background:#d74a14;
  border-color:#00000000;
  border-style:solid;
  border-width:1px;
  }
      

        
      
      
  .cHuRUT {
    width:100%;
  display:flex;
  max-width:1200px;
  align-items:flex-start;
  padding-top:2rem;
  padding-bottom:2rem;
  justify-content:flex-start;
  }
      

      
        
      
      
  ._1-Dashboard\:gC0fRKhkq-fDRjTyTIJaX {
    width:auto;
  height:24px;
  }
      

      
        
      
      
  .mdvXv {
    width:18px;
  height:18px;
  }
      

      
        
      
      
  ._1-Dashboard\:gi6euCbtyYJvCSULJnY-R {
    width:auto;
  height:24px;
  }
      

      
        
      
      
  .szPxl {
    flex:1;
  display:flex;
  max-width:400px;
  min-width:270px;
  background:var(--Accent2);
  min-height:250px;
  align-items:center;
  justify-content:center;
  border-top-left-radius:16px;
  border-top-right-radius:16px;
  border-bottom-left-radius:16px;
  border-bottom-right-radius:16px;
  }
      

      
  .szPxl:hover {
    cursor:pointer;
  background:var(--Accent4);
  }
      


          @media (max-width: 870px) {
            
  .szPxl {
    flex:1;
  width:100%;
  }
      

          }
          
        
      
      
  ._1-Dashboard\:i9XNq8Vq4wvbYoZeMNuod {
    height:100%;
  min-width:270x;
  }
      

      
        
      
      
  .qNLaJ {
    flex:1;
  row-gap:1.5rem;
  column-gap:1.5rem;
  padding-top:1rem;
  padding-left:1rem;
  padding-right:1rem;
  padding-bottom:1rem;
  }
      

      
        
      
      
  .ftqaAc {
    color:#472e10;
  width:100%;
  height:56px;
  row-gap:1rem;
  font-size:1rem;
  background:white;
  column-gap:1rem;
  transition:all 300ms ease;
  align-items:flex-start;
  font-weight:500;
  padding-left:1rem;
  border-radius:0.375rem;
  outline-color:#dbdbdb;
  outline-style:solid;
  outline-width:2px;
  padding-right:8px;
  justify-content:center;
  border-top-left-radius:0.375rem;
  border-top-right-radius:0.375rem;
  border-bottom-left-radius:0.375rem;
  border-bottom-right-radius:0.375rem;
  }
      

      
  .ftqaAc:focus {
    outline-color:#ed7344;
  outline-style:solid;
  outline-width:2px;
  }
      


  .ftqaAc::placeholder {
    color:rgba(71, 46, 16, 0.7);
  }
      

        
      
      
  .dLSSTX {
    color:var(--Accent3);
  font-size:1rem;
  font-style:normal;
  font-family:Geist;
  font-weight:500;
  line-height:20px; /* 142.857% */;
  letter-spacing:-0.084px;
  /* -label/-small */:;
  font-feature-settings:'ss11' on, 'liga' off, 'calt' off;
  }
      

      
        
      
      
  .eOiZTW {
    gap:1rem;
  width:100%;
  flex-direction:row;
  padding-bottom:1rem;
  }
      

      
        
      
      
  .btPOyH {
    color:var(--neutral-11, #B5B2BC);
  width:100%;
  font-size:var(--font-size);
  margin-top:var(--margin-top);
  font-weight:var(--semi);
  line-height:var(--line-height);
  white-space:normal;
  margin-bottom:var(--margin-bottom);
  letter-spacing:var(--letter-spacing);
  }
      

      
  .btPOyH.truncated {
    overflow:hidden;
  white-space:nowrap;
  text-overflow:ellipsis;
  }
      


  .btPOyH.clamped {
    display:-webkit-box;
  overflow:hidden;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:var(--clamp-lines);
  }
      

        
      
      
  .so-dialog-title\:root {
    flex:1;
  color:var(--neutral-12, #EEEEF0);
  }
      

      
        
      
      
  .so-dialog-header\:p_XJR8Xz4w6daMz2d93kT {
    flex:1;
  color:var(--text-strong);
  font-size:18px;
  font-style:normal;
  font-family:Geist;
  font-weight:500;
  line-height:24px; /* 133.333% */;
  letter-spacing:-0.27px;
  /* -label/-large */:;
  font-feature-settings:'ss11' on, 'liga' off, 'calt' off;
  }
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .so-button-secondary\:root {
    gap:0.5rem;
  color:var(--neutral-12, #EEEEF0);
  width:fit-content;
  cursor:default;
  height:var(--interactive-height-md);
  font-size:var(--text-md);
  overflow-x:hidden;
  overflow-y:hidden;
  transition:background-color 200ms ease 0ms normal;
  align-items:center;
  font-family:'Outfit';
  font-weight:var(--semi);
  user-select:none;
  border-color:var(--neutral-6, #3C393F);
  border-style:solid;
  border-width:var(--border-md);
  padding-left:0.75rem;
  border-radius:var(--rounding-md);
  outline-color:transparent;
  outline-style:solid;
  outline-width:var(--border-lg);
  padding-right:0.75rem;
  flex-direction:row;
  outline-offset:var(--border-md);
  -ms-user-select:none;
  justify-content:center;
  -moz-user-select:none;
  background-color:var(--neutral-0, #0b0a0b);
  -webkit-user-select:none;
  -webkit-tap-highlight-color:transparent;
  }
      

      
  .so-button-secondary\:root:hover {
    background-color:var(--neutral-2, #1A191B);
  }
      


  .so-button-secondary\:root:active {
    transition:none;
  background-color:var(--neutral-4, #2B292D);
  }
      


  .so-button-secondary\:root:focus-visible {
    outline-color:var(--brand-8, #6958AD);
  outline-style:solid;
  outline-width:var(--border-lg);
  outline-offset:var(--border-md);
  }
      


  .so-button-secondary\:root.trigger-open {
    background-color:var(--neutral-2, #1A191B);
  }
      


  .so-button-secondary\:root.disabled {
    opacity:0.5;
  background-color:var(--neutral-0, #0b0a0b);
  }
      

        
      
      
  .ckeMDa {
    top:0px;
  left:0px;
  color:inherit;
  right:0px;
  bottom:0px;
  display:flex;
  z-index:;
  position:absolute;
  font-size:inherit;
  align-items:center;
  font-family:inherit;
  font-weight:inherit;
  flex-direction:column;
  justify-content:center;
  background-color:var(--neutral-0, #0b0a0b);
  }
      

      
        
      
      
  .so-dialog-close-button\:VHhEM1I8jUMvJEGErDJO8 {
    color:var(--text-sub);
  width:24px;
  cursor:pointer;
  height:24px;
  background: var(--bg-white);
  border-color:black;
  border-style:solid;
  border-width:0px;
  border-top-left-radius:100px;
  border-top-right-radius:100px;
  border-bottom-left-radius:100px;
  border-bottom-right-radius:100px;
  }
      

      
  .so-dialog-close-button\:VHhEM1I8jUMvJEGErDJO8:hover {
    color:var(--text-strong);
  background: var(--bg-weak);
  }
      

        
      
      
  .eTkKzJ {
    color:inherit;
  width:1.25rem;
  height:1.25rem;
  font-size:inherit;
  font-family:inherit;
  font-weight:inherit;
  }
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .receipt-uploader-main\:NtphhxMX8kXXFD3x4fSHR {
    display:flex;
  align-items:flex-start;
  padding-top:1rem;
  padding-left:20px;
  padding-right:20px;
  padding-bottom:1rem;
  justify-content:center;
  border-bottom-color:var(--Accent4);
  border-bottom-style:solid;
  border-bottom-width:1px;
  }
      

      
        
      
      
  .wvVWn {
    row-gap:1rem;
  column-gap:1rem;
  flex-direction:column;
  }
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .byjkOA {
    top:0px;
  left:0px;
  right:0px;
  bottom:0px;
  z-index:-1;
  position:absolute;
  }
      

      
        
      
      
  
      

      
        
      
      
  .so-dialog\:eNkkt0ycS1aLMPhWOtJUV {
    opacity:0;
  background: rgba(51, 51, 51, 0.56);
  }
      

      
  .so-dialog\:eNkkt0ycS1aLMPhWOtJUV.open {
    opacity:1;
  }
      


  .so-dialog\:eNkkt0ycS1aLMPhWOtJUV.open-transition {
    transition:opacity 300ms ease 0ms normal;
  }
      


  .so-dialog\:eNkkt0ycS1aLMPhWOtJUV.close-transition {
    transition:opacity 300ms ease 0ms normal;
  }
      

        
      
      
  .KsFov {
    width:var(--width);
  height:var(--height);
  position:fixed;
  overflow-x:hidden;
  overflow-y:hidden;
  align-items:center;
  pointer-events:none;
  justify-content:center;
  }
      

      
  .KsFov.modal {
    touch-action:none;
  pointer-events:all;
  }
      

        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .so-dialog\:o_AGx_fXR28AhYGxOsWS1 {
    padding-top:1rem;
  padding-left:1rem;
  padding-right:1rem;
  padding-bottom:1rem;
  }
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .cVcUzk {
    color:var(--Accent4);
  height:20px;
  display:flex;
  align-items:flex-start;
  justify-content:center;
  }
      

      
        
      
      
  .SWxlP {
    position:relative;
  outline-color:transparent;
  outline-style:none;
  outline-width:0px;
  pointer-events:all;
  }
      

      
  .SWxlP:focus {
    outline-color:transparent;
  outline-style:none;
  outline-width:0px;
  }
      

        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .nx-modal-content\:root {
    width:100%;
  opacity:0;
  max-width:460px;
  translate:0 20px;
  padding-top:1rem;
  border-color:var(--neutral-5, #323035);
  border-style:solid;
  border-width:1px;
  padding-left:1rem;
  border-radius:var(--rounding-lg);
  padding-right:1rem;
  padding-bottom:1rem;
  background-color:var(--neutral-0, #0b0a0b);
  }
      

      
  .nx-modal-content\:root.open {
    opacity:1;
  translate:0 0px;
  }
      


  .nx-modal-content\:root.open-transition {
    transition:all 320ms ease 0ms normal;
  }
      


  .nx-modal-content\:root.close-transition {
    transition:all 200ms cubic-bezier(0.58, 0.29, 0.25, 1) 0ms normal;
  }
      

        
      
      
  .receipt-uploader-main\:aSO2PQKyK2wK_x6mEgeqC {
    width:100%;
  max-width:600px;
  background:white;
  min-height:300px;
  padding-top:0px;
  border-color:var(--Accent4);
  border-style:solid;
  border-width:1px;
  padding-left:0px;
  border-radius:var(--radius-20, 20px);
  padding-right:0px;
  padding-bottom:0px;
  /* custom-shadows/medium */:;
  }
      

      
        
      
      
  .eiLnTe {
    width:100%;
  height:56px;
  }
      

      
        
      
      
  .dWDved {
    font-size:1.25rem;
  font-family:Geist;
  }
      

      
        
      
      
  .bVmWYf {
    gap:18px;
  color:var(--Accent4);
  width:100%;
  cursor:pointer;
  height:45px;
  display:flex;
  padding:14px 32px;
  animation:0.5s ease 0ms 1 normal none running animation-dIfxKc;
  background:var(--Accent1);
  box-shadow:0px 2px 4px 0 rgb(0.1882352977991104, 0.1921568661928177, 0.20000000298023224, 0.10), 0px 0px 1px 0 rgb(0.1882352977991104, 0.1921568661928177, 0.20000000298023224, 0.05);
  transition:all 500ms ease;
  align-items:center;
  font-weight:var(--font-weight-normal);
  border-color:#ffffff26;
  border-style:solid;
  border-width:1px;
  border-radius:8px;
  flex-direction:row;
  backdrop-filter:blur(2px);
  justify-content:center;
  }
      

      
        
      
      
  .cinweE {
    row-gap:.5rem;
  background:var(--Accent4);
  column-gap:.5rem;
  padding-top:4px;
  border-color:#988a792b;
  border-style:solid;
  border-width:1px;
  padding-left:4px;
  padding-right:4px;
  flex-direction:column;
  padding-bottom:4px;
  border-top-left-radius:16px;
  border-top-right-radius:16px;
  border-bottom-left-radius:16px;
  border-bottom-right-radius:16px;
  }
      

      
        
      
      
  .NdeVC {
    color:var(--Accent3);
  font-size:1rem;
  font-family:Geist;
  }
      

      
        
      
      
  .dkzyVz {
    color:var(--Accent5);
  width:100%;
  row-gap:8px;
  font-size:0.9rem;
  column-gap:8px;
  font-weight:var(--font-weight-lighter);
  flex-direction:column;
  }
      

      
        
      
      
  .bWEIXJ {
    color:var(--Accent3);
  width:100%;
  cursor:default;
  display:flex;
  row-gap:1rem;
  column-gap:1rem;
  transition:all 300ms ease;
  align-items:flex-start;
  padding-top:1rem;
  border-color:var(--Accent4);
  border-style:Dashed;
  border-width:4px;
  padding-left:1rem;
  padding-right:1rem;
  flex-direction:row;
  padding-bottom:1rem;
  justify-content:flex-start;
  border-top-left-radius:var(--borderRadius);
  border-top-right-radius:var(--borderRadius);
  border-bottom-left-radius:var(--borderRadius);
  border-bottom-right-radius:var(--borderRadius);
  }
      

      
        
      
      
  .JvZIa {
    display:none;
  }
      

      
        
      
      
  .bHiQGe {
    color:var(--Accent3);
  width:100%;
  cursor:default;
  height:250px;
  display:flex;
  row-gap:1rem;
  column-gap:1rem;
  transition:all 300ms ease;
  align-items:center;
  border-color:var(--Accent4);
  border-style:Dashed;
  border-width:4px;
  flex-direction:column;
  justify-content:center;
  border-top-left-radius:var(--borderRadius);
  border-top-right-radius:var(--borderRadius);
  border-bottom-left-radius:var(--borderRadius);
  border-bottom-right-radius:var(--borderRadius);
  }
      

      
        
      
      
  .dSuKdT {
    color:var(--Accent5);
  font-size:14px;
  text-align:center;
  font-family:Geist;
  font-weight:var(--normal);
  }
      

      
        
      
      
  .fpJTKH {
    color:var(--text-strong);
  font-size:14px;
  font-family:Geist;
  font-weight:var(--normal);
  }
      

      
        
      
      
  .djTiXi {
    flex:1;
  display:flex;
  row-gap:1.5rem;
  column-gap:1.5rem;
  align-items:flex-start;
  justify-content:space-between;
  }
      

      
        
      
      
  .fCkupN {
    flex:1;
  row-gap:2rem;
  column-gap:2rem;
  flex-direction:column;
  }
      

      
        
      
      
  .eIUsYq {
    gap:12px;
  width:100%;
  align-items:center;
  justify-content:center;
  }
      

      
          @media (max-width: 450px) {
            
  .eIUsYq {
    padding-left:12px;
  padding-right:12px;
  }
      

          }
          
        
      
      
  .ekElxI {
    color:var(--Accent3);
  width:100%;
  cursor:pointer;
  height:250px;
  display:flex;
  background:white;
  transition:all 500ms cubic-bezier(0.42, 0, 0.58, 1);
  align-items:center;
  border-color:#472e103d;
  border-style:Dashed;
  border-width:1px;
  flex-direction:row;
  justify-content:space-between;
  border-top-left-radius:16px;
  border-top-right-radius:16px;
  border-bottom-left-radius:16px;
  border-bottom-right-radius:16px;
  }
      

      
  .ekElxI:hover {
    background:var(--Accent4);
  }
      

        
      
      
  .OOjDf {
    width:20%;
  height:30%;
  overflow-x:hidden;
  overflow-y:hidden;
  border-top-left-radius:8px;
  border-top-right-radius:8px;
  border-bottom-left-radius:8px;
  border-bottom-right-radius:8px;
  }
      

      
        
      
      
  .bZxUTh {
    display:flex;
  row-gap:4px;
  column-gap:4px;
  align-items:center;
  justify-content:center;
  }
      

      
        
      
      
  .dUBDFn {
    background:var(--Accent4);
  padding-top:1rem;
  padding-left:1rem;
  padding-right:1rem;
  padding-bottom:1rem;
  border-top-left-radius:100px;
  border-top-right-radius:100px;
  border-bottom-left-radius:100px;
  border-bottom-right-radius:100px;
  }
      

      
        
      
      
  .uyAiu {
    flex:1;
  height:100%;
  row-gap:1rem;
  column-gap:1rem;
  flex-direction:row;
  }
      

      
        
      
      
  .eyAmaz {
    width:100%;
  height:100%;
  }
      

      
        
      
      
  
      

      
        
      
      
  .dULJyo {
    row-gap:2rem;
  column-gap:2rem;
  }
      

      
        
      
      
  .receipt-uploader-main\:zpWczdF6acx4jzmE2ugam {
    cursor:pointer;
  height:32px;
  display:none;
  font-size:14px;
  border-color:var(--stroke-soft);
  border-style:solid;
  border-width:1px;
  }
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  ._1-Dashboard\:m1zxgp1xlcTgimJjOmPBC {
    height:100%;
  min-width:270px;
  }
      

      
        
      
      
  .bJlsWW {
    flex:1;
  max-width:600px;
  background:var(--Accent4);
  overflow-x:clip;
  overflow-y:clip;
  transition:all 500ms cubic-bezier(0.42, 0, 0.58, 1);
  padding-top:6px;
  aspect-ratio:16/9;
  padding-left:6px;
  padding-right:6px;
  padding-bottom:6px;
  border-top-left-radius:var(--borderRadius);
  border-top-right-radius:var(--borderRadius);
  border-bottom-left-radius:var(--borderRadius);
  border-bottom-right-radius:var(--borderRadius);
  }
      

      
  .bJlsWW:hover {
    scale:.95 .95 1;
  animation:;
  box-shadow:0px 0px 3px 1px #ed73441a;
  transition:all 300ms ease;
  }
      

        
      
      
  .biFLlo {
    color:var(--Accent3);
  display:inline;
  font-size:0.9rem;
  font-family:Geist;
  font-weight:var(--font-weight-light);
  }
      

      
        
      
      
  .cBTnjA {
    width:100%;
  height:100%;
  display:flex;
  row-gap:16px;
  column-gap:16px;
  overflow-x:hidden;
  overflow-y:hidden;
  transition:all 300ms ease;
  align-items:flex-start;
  padding-top:.5rem;
  padding-left:.5rem;
  padding-right:.5rem;
  padding-bottom:.5rem;
  justify-content:space-between;
  border-top-left-radius:var(--borderRadius);
  border-top-right-radius:var(--borderRadius);
  border-bottom-left-radius:var(--borderRadius);
  border-bottom-right-radius:var(--borderRadius);
  }
      

      
          @media (max-width: 700px) {
            
  .cBTnjA {
    padding-top:0.5rem;
  padding-left:.5rem;
  padding-right:.5rem;
  padding-bottom:0.5rem;
  }
      

          }
          

  .cBTnjA:hover {
    transition:backdrop-filter 300ms ease;
  backdrop-filter:blur(2px);
  }
      

        
      
      
  .fgKcIT {
    width:fit-content;
  height:fit-content;
  row-gap:.25rem;
  background:#ffffff54;
  column-gap:.25rem;
  padding-top:16px;
  padding-left:16px;
  padding-right:16px;
  padding-bottom:16px;
  backdrop-filter:blur(2px);
  border-top-left-radius:var(--borderRadius);
  border-top-right-radius:var(--borderRadius);
  border-bottom-left-radius:var(--borderRadius);
  border-bottom-right-radius:var(--borderRadius);
  }
      

      
        
      
      
  .bcIrFD {
    width:100%;
  height:fit-content;
  display:flex;
  row-gap:10px;
  column-gap:10px;
  align-items:center;
  justify-content:center;
  }
      

      
        
      
      
  .biezmH {
    width:100%;
  height:100%;
  object-fit:cover;
  }
      

      
        
      
      
  .Gjybf {
    top:0px;
  left:0px;
  right:0px;
  bottom:0px;
  position:absolute;
  }
      

      
        
      
      
  .bvImkf {
    color:#472e10d1;
  display:inline;
  font-size:0.9rem;
  font-family:Geist;
  font-weight:400;
  }
      

      
        
      
      
  .YLMMj {
    flex:1;
  display:inline;
  row-gap:4px;
  column-gap:4px;
  overflow-x:hidden;
  flex-direction:row;
  }
      

      
        
      
      
  ._1-Dashboard\:niF3p-gpElkhl_73TRa9o {
    flex:1;
  min-width:270px;
  aspect-ratio:16/9;
  }
      

      
        
      
      
  ._1-Dashboard\:nyiv0YEYlLYFtGuRNsonZ {
    color:var(--Accent3);
  width:32px;
  height:32px;
  }
      

      
        
      
      
  ._1-Dashboard\:oJo2NFk3wl1zTMV9e8oUq {
    height:100%;
  min-width:270px;
  }
      

      
        
      
      
  .fFNAvS {
    width:fit-content;
  row-gap:2rem;
  column-gap:2rem;
  }
      

      
        
      
      
  .cdvvY {
    display:flex;
  row-gap:1rem;
  background:white;
  column-gap:1rem;
  align-items:center;
  padding-top:90px;
  padding-left:24px;
  padding-right:1rem;
  padding-bottom:24px;
  justify-content:flex-start;
  }
      

      
          @media (max-width: 450px) {
            
  .cdvvY {
    margin-bottom:120px;
  border-bottom-left-radius:var(--borderRadius);
  border-bottom-right-radius:var(--borderRadius);
  }
      

          }
          
        
      
      
  .abUte {
    flex:2;
  width:100%;
  height:100%;
  display:flex;
  row-gap:38px;
  animation:;
  background:linear-gradient(to right, #ed7344 0%, #eabd27 100%) scroll border-box padding-box repeat repeat 0% 0% / auto;
  column-gap:38px;
  max-height:var(--max-height);
  min-height:500px;
  transition:all 500ms cubic-bezier(0.42, 0, 0.58, 1);
  align-items:center;
  padding-top:6px;
  padding-left:6px;
  padding-right:6px;
  padding-bottom:6px;
  justify-content:flex-start;
  border-top-left-radius:1rem;
  border-top-right-radius:1rem;
  border-bottom-left-radius:1rem;
  border-bottom-right-radius:1rem;
  }
      

      
          @media (max-width: 500px) {
            
  .abUte {
    width:100%;
  }
      

          }
          

  .abUte.expand {
    top:0px;
  left:0px;
  right:0px;
  bottom:0px;
  z-index:99999999;
  position:fixed;
  border-top-left-radius:0px;
  border-top-right-radius:0px;
  border-bottom-left-radius:0px;
  border-bottom-right-radius:0px;
  }
      

        
      
      
  .erYBZt {
    width:100%;
  display:flex;
  row-gap:1.5rem;
  max-width:50rem;
  column-gap:1.5rem;
  overflow-y:auto;
  align-items:flex-start;
  padding-top:1rem;
  padding-left:0.5rem;
  padding-right:0.5rem;
  flex-direction:column-reverse;
  padding-bottom:75px;
  justify-content:flex-start;
  scrollbar-width:none;
  -ms-overflow-style:none;
  -webkit-overflow-scrolling:touch;
  }
      
.erYBZt::-webkit-scrollbar {
  width: 0;
}


      
        
      
      
  .iFzkx {
    width:100%;
  display:flex;
  row-gap:1rem;
  column-gap:1rem;
  align-items:flex-end;
  justify-content:flex-end;
  }
      

      
        
      
      
  .CPugr {
    width:fit-content;
  display:flex;
  row-gap:6px;
  column-gap:6px;
  align-items:center;
  padding-top:6px;
  padding-left:6px;
  padding-right:6px;
  flex-direction:row;
  padding-bottom:6px;
  justify-content:flex-start;
  }
      

      
        
      
      
  .cEyXhU {
    color:var(--Accent5);
  width:fit-content;
  animation:2s ease 0ms 1 normal none running animation-empty;
  font-size:1rem;
  background:;
  line-height:1rem;
  }
      

      
        
                  @keyframes animation-empty {
                    
                  }
                  
      
      
  .fjffAA {
    width:15px;
  height:15px;
  animation:3s cubic-bezier(0.42, 0, 0.58, 1) 0ms infinite normal none running animation-bwavKM;
  background:var(--Accent1);
  border-top-left-radius:100px;
  border-top-right-radius:100px;
  border-bottom-left-radius:100px;
  border-bottom-right-radius:100px;
  }
      

      
        
                  @keyframes animation-bwavKM {
                    
                        0% {
                          scale: 1;
                        }
                        

                        50% {
                          scale: 1.5 1.5;
                        }
                        

                        100% {
                          scale: 1 1;
                        }
                        
                  }
                  
      
      
  
      

      
        
      
      
  .cxhCJp {
    color:var(--Accent3);
  width:fit-content;
  display:flex;
  row-gap:.75rem;
  column-gap:.75rem;
  align-items:center;
  padding-top:.5rem;
  padding-left:.5rem;
  padding-right:.5rem;
  flex-direction:row;
  padding-bottom:.5rem;
  justify-content:flex-start;
  border-top-left-radius:1rem;
  border-top-right-radius:1rem;
  border-bottom-left-radius:1rem;
  border-bottom-right-radius:1rem;
  }
      

      
        
      
      
  .copptv {
    color:var(--Accent3);
  width:100%;
  display:flex;
  row-gap:.5rem;
  column-gap:.5rem;
  text-align:left;
  transition:all 300ms cubic-bezier(0.42, 0, 0.58, 1);
  align-items:flex-start;
  padding-top:1rem;
  padding-left:1rem;
  padding-right:1rem;
  flex-direction:column;
  padding-bottom:1rem;
  justify-content:flex-start;
  border-top-left-radius:1rem;
  border-top-right-radius:1rem;
  border-bottom-left-radius:1rem;
  border-bottom-right-radius:1rem;
  }
      

      
        
      
      
  .dApaGJ {
    height:100%;
  }
      

      
        
      
      
  .ai-message-block\:S1n5FWlQ6houEgjI2aeTO {
    display:flex;
  text-align:left;
  align-items:flex-start;
  justify-content:flex-start;
  }
      

      
        
      
      
  .futHgg {
    display:none;
  font-size:14px;
  word-wrap:break-word;
  font-family:Geist;
  font-weight:500;
  white-space:normal;
  overflow-wrap:break-word;
  }
      

      
        
      
      
  .nbvfV {
    flex:1;
  display:flex;
  min-width:0px;
  word-wrap:break-word;
  align-items:flex-start;
  justify-content:flex-start;
  }
      

      
        
      
      
  
      

      
        
      
      
  .dawPVY {
    width:100%;
  display:flex;
  row-gap:8px;
  column-gap:8px;
  align-items:flex-end;
  flex-direction:row;
  justify-content:flex-end;
  }
      

      
        
      
      
  .cWHcnm {
    color:var(--Accent3);
  width:fit-content;
  display:flex;
  row-gap:.75rem;
  animation:;
  max-width:400px;
  background:#f5f1eb80;
  column-gap:.75rem;
  align-items:center;
  padding-top:.5rem;
  padding-left:1rem;
  padding-right:1rem;
  flex-direction:row;
  padding-bottom:.5rem;
  justify-content:flex-start;
  border-top-left-radius:1rem;
  border-top-right-radius:1rem;
  border-bottom-left-radius:1rem;
  border-bottom-right-radius:1rem;
  }
      

      
        
      
      
  .bbhqOi {
    font-size:14px;
  word-wrap:break-word;
  text-align:left;
  font-family:Geist;
  font-weight:500;
  white-space:normal;
  overflow-wrap:break-word;
  }
      

      
        
      
      
  .cpHaNK {
    flex:1;
  width:100%;
  min-width:0px;
  word-wrap:break-word;
  }
      

      
        
      
      
  
      

      
        
      
      
  .ai-prompt\:-LhTo-SQ3O7ByJdr3RqPc {
    flex:1;
  }
      

      
        
      
      
  .cxEOfj {
    top:0px;
  left:0px;
  right:0px;
  bottom:0px;
  height:100%;
  opacity:0;
  z-index:-1;
  position:absolute;
  background:#0000004f;
  transition:all 400ms cubic-bezier(0.42, 0, 0.58, 1);
  padding-top:0.5rem;
  padding-left:0.5rem;
  padding-right:0.5rem;
  padding-bottom:0.5rem;
  }
      

      
  .cxEOfj.show {
    opacity:1;
  z-index:9;
  }
      

        
      
      
  .bHNJzW {
    flex:1;
  row-gap:4px;
  column-gap:4px;
  overflow-x:hidden;
  overflow-y:scroll;
  }
      

      
        
      
      
  .eBPFaw {
    gap:0.375rem;
  color:var(--Accent3);
  width:100%;
  cursor:pointer;
  height:32px;
  display:flex;
  font-size:14px;
  transition:all 300ms cubic-bezier(0.42, 0, 0.58, 1);
  align-items:center;
  font-family:Geist;
  font-weight:500;
  padding-top:0.375rem;
  padding-left:0.75rem;
  padding-right:0.75rem;
  flex-direction:row;
  padding-bottom:0.375rem;
  border-top-left-radius:8px;
  border-top-right-radius:8px;
  border-bottom-left-radius:8px;
  border-bottom-right-radius:8px;
  }
      

      
  .eBPFaw:hover {
    color:var(--Accent1);
  background:var(--Accent4);
  }
      


  .eBPFaw.current {
    color:var(--Accent1);
  background:var(--Accent4);
  }
      

        
      
      
  .chat-history-item\:0VLXTI-oClybLlcs8DZcF {
    color:var(--Accent3);
  width:24px;
  cursor:pointer;
  height:24px;
  display:flex;
  row-gap:0.5rem;
  font-size:15px;
  background:white;
  column-gap:0.5rem;
  align-items:center;
  font-family:Geist;
  font-weight:500;
  border-color:#472e101a;
  border-style:solid;
  border-width:1px;
  flex-direction:row;
  justify-content:center;
  border-top-left-radius:6px;
  border-top-right-radius:6px;
  border-bottom-left-radius:6px;
  border-bottom-right-radius:6px;
  }
      

      
  .chat-history-item\:0VLXTI-oClybLlcs8DZcF:hover {
    background:var(--Accent4);
  border-color:#00000000;
  border-style:solid;
  border-width:1px;
  }
      

        
      
      
  .chat-history-item\:4J76U3pdIOJZ_dlmMbXVq {
    width:100%;
  max-width:350px;
  background:white;
  padding-top:0px;
  border-color:var(--Accent4);
  border-style:solid;
  border-width:1px;
  padding-left:0px;
  border-radius:var(--radius-20, 20px);
  padding-right:0px;
  padding-bottom:0px;
  /* custom-shadows/medium */:;
  }
      

      
        
      
      
  .bXMDaN {
    display:flex;
  align-items:center;
  justify-content:center;
  }
      

      
        
      
      
  .chat-history-item\:JMHGUTJjy43-EBEmmABdE {
    display:none;
  align-items:flex-start;
  padding-top:1rem;
  padding-left:20px;
  padding-right:20px;
  padding-bottom:1rem;
  justify-content:center;
  border-bottom-color:var(--Accent4);
  border-bottom-style:solid;
  border-bottom-width:1px;
  }
      

      
        
      
      
  .bvtdXg {
    font-size:1rem;
  text-align:center;
  font-family:Geist;
  }
      

      
        
      
      
  
      

      
        
      
      
  .chat-history-item\:RmpN8wsD6aMm5cZaYIvn2 {
    color:#ff1f1f;
  height:30px;
  display:flex;
  row-gap:0.5rem;
  font-size:14px;
  column-gap:0.5rem;
  transition:all 500ms cubic-bezier(0.42, 0, 0.58, 1);
  align-items:center;
  font-family:Geist;
  font-weight:500;
  padding-top:0.5rem;
  padding-left:0.5rem;
  padding-right:0.5rem;
  flex-direction:row;
  padding-bottom:0.5rem;
  justify-content:flex-start;
  border-top-left-radius:var(--radius-8, 0.5rem);
  border-top-right-radius:var(--radius-8, 0.5rem);
  border-bottom-left-radius:var(--radius-8, 0.5rem);
  border-bottom-right-radius:var(--radius-8, 0.5rem);
  }
      

      
  .chat-history-item\:RmpN8wsD6aMm5cZaYIvn2:hover {
    color:#ff0000;
  background:#fff5f5e3;
  }
      

        
      
      
  .bkYNOs {
    row-gap:1.5rem;
  column-gap:1.5rem;
  }
      

      
        
      
      
  .chat-history-item\:V6bkecWLd1orKaWT8N19c {
    color:var(--Accent3);
  height:30px;
  display:flex;
  row-gap:0.5rem;
  font-size:14px;
  column-gap:0.5rem;
  transition:all 500ms cubic-bezier(0.42, 0, 0.58, 1);
  align-items:center;
  font-family:Geist;
  font-weight:500;
  padding-top:0.5rem;
  padding-left:0.5rem;
  padding-right:0.5rem;
  flex-direction:row;
  padding-bottom:0.5rem;
  justify-content:flex-start;
  border-top-left-radius:var(--radius-8, 0.5rem);
  border-top-right-radius:var(--radius-8, 0.5rem);
  border-bottom-left-radius:var(--radius-8, 0.5rem);
  border-bottom-right-radius:var(--radius-8, 0.5rem);
  }
      

      
  .chat-history-item\:V6bkecWLd1orKaWT8N19c:hover {
    color:var(--Accent1);
  background:var(--Accent4);
  }
      

        
      
      
  .fqPQiG {
    right:4px;
  opacity:0;
  z-index:-1;
  position:absolute;
  }
      

      
  .fqPQiG.show {
    opacity:1;
  z-index:1;
  }
      

        
      
      
  .chat-history-item\:iQinLgtAotE1SPGDzRItr {
    cursor:pointer;
  height:32px;
  display:none;
  font-size:14px;
  border-color:var(--stroke-soft);
  border-style:solid;
  border-width:1px;
  }
      

      
        
      
      
  .cLAKWx {
    height:20px;
  display:flex;
  align-items:flex-start;
  font-family:Geist;
  justify-content:center;
  }
      

      
        
      
      
  .eXpbUO {
    gap:18px;
  flex:1;
  color:var(--Accent4);
  cursor:pointer;
  height:40px;
  display:flex;
  padding:14px 32px;
  animation:0.5s ease 0ms 1 normal none running animation-dIfxKc;
  background:crimson;
  box-shadow:0px 2px 4px 0 rgb(0.1882352977991104, 0.1921568661928177, 0.20000000298023224, 0.10), 0px 0px 1px 0 rgb(0.1882352977991104, 0.1921568661928177, 0.20000000298023224, 0.05);
  transition:all 500ms ease;
  align-items:center;
  font-weight:var(--font-weight-normal);
  border-color:#ffffff26;
  border-style:solid;
  border-width:1px;
  border-radius:8px;
  flex-direction:row;
  backdrop-filter:blur(2px);
  justify-content:center;
  }
      

      
        
      
      
  .enoPPF {
    gap:18px;
  flex:1;
  color:#1a1a1a;
  cursor:pointer;
  height:40px;
  display:flex;
  padding:14px 32px;
  animation:0.5s ease 0ms 1 normal none running animation-dIfxKc;
  background:#ededed;
  transition:all 500ms ease;
  align-items:center;
  font-family:Geist;
  font-weight:var(--font-weight-normal);
  border-color:#ffffff26;
  border-style:solid;
  border-width:1px;
  border-radius:8px;
  flex-direction:row;
  backdrop-filter:blur(2px);
  justify-content:center;
  }
      

      
        
      
      
  .zBccz {
    row-gap:.5rem;
  column-gap:.5rem;
  flex-direction:row;
  }
      

      
        
      
      
  
      

      
        
      
      
  .eSPxPi {
    color:var(--Accent4);
  height:20px;
  display:flex;
  align-items:flex-start;
  font-family:Geist;
  justify-content:center;
  }
      

      
        
      
      
  .nx-select-content-new\:root {
    gap:0.25rem;
  opacity:0;
  padding-top:0.5rem;
  border-color:var(--stroke-soft, #E1E4EA);
  border-style:solid;
  border-width:1px;
  padding-left:0.5rem;
  border-radius:16px;
  padding-right:0.5rem;
  padding-bottom:0.5rem;
  background-color:var(--bg-white, #FFFFFF);
  }
      

      
  .nx-select-content-new\:root.open {
    opacity:1;
  }
      


  .nx-select-content-new\:root.open-transition {
    transition:opacity 200ms ease 0ms normal;
  }
      


  .nx-select-content-new\:root.close-transition {
    transition:opacity 200ms ease 0ms normal;
  }
      


  .nx-select-content-new\:root:focus {
    outline-color:#ffffff;
  outline-style:none;
  outline-width:0px;
  }
      

        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .cBTpyB {
    top:8px;
  left:8px;
  color:var(--Accent3);
  width:2rem;
  cursor:pointer;
  height:2rem;
  display:flex;
  position:absolute;
  background:#ffffff;
  align-items:center;
  flex-shrink:0;
  border-color:#472e1024;
  border-style:solid;
  border-width:1px;
  flex-direction:row;
  justify-content:center;
  transition-duration:150ms;
  transition-property:color, background-color, border-color, text-decoration-color, fill, stroke;
  border-top-left-radius:8px;
  border-top-right-radius:8px;
  border-bottom-left-radius:8px;
  border-bottom-right-radius:8px;
  transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);
  }
      

      
  .cBTpyB:hover {
    color:var(--Accent1);
  background:#ffffff;
  border-color:#472e1024;
  border-style:solid;
  border-width:1px;
  }
      

        
      
      
  
      

      
        
      
      
  .IQMVc {
    gap:0.375rem;
  color:var(--Accent1);
  width:100%;
  display:flex;
  font-size:14px;
  transition:all 300ms cubic-bezier(0.42, 0, 0.58, 1);
  align-items:center;
  font-family:Geist;
  font-weight:500;
  padding-top:0.375rem;
  padding-left:0.75rem;
  padding-right:0.75rem;
  flex-direction:row;
  padding-bottom:0.375rem;
  border-top-left-radius:8px;
  border-top-right-radius:8px;
  border-bottom-left-radius:8px;
  border-bottom-right-radius:8px;
  }
      

      
  .IQMVc:hover {
    background:var(--Accent4);
  }
      

        
      
      
  .bBEFuH {
    width:18rem;
  cursor:pointer;
  height:100%;
  translate:-110% 0 0;
  background:#ffffff;
  transition:all 400ms cubic-bezier(0.42, 0, 0.58, 1);
  padding-top:48px;
  padding-bottom:8px;
  border-top-left-radius:12px;
  border-top-right-radius:12px;
  border-bottom-left-radius:12px;
  border-bottom-right-radius:12px;
  }
      

      
  .bBEFuH.show {
    translate:0 0 0;
  }
      

        
      
      
  .chat-history\:NgFbYwdt19R4-v6kMS0Hs {
    top:8px;
  left:auto;
  right:8px;
  position:absolute;
  }
      

      
        
      
      
  .eSlmvy {
    height:100%;
  row-gap:8px;
  column-gap:8px;
  padding-left:8px;
  padding-right:8px;
  }
      

      
        
      
      
  
      

      
        
      
      
  .bRuaKJ {
    flex:1;
  height:2px;
  background:#988a7930;
  }
      

      
        
      
      
  .emiThY {
    width:100%;
  display:flex;
  row-gap:1rem;
  column-gap:1rem;
  align-items:center;
  flex-direction:row;
  justify-content:center;
  }
      

      
        
      
      
  .SqAWG {
    width:100%;
  display:flex;
  row-gap:1rem;
  column-gap:1rem;
  align-items:center;
  justify-content:flex-start;
  }
      

      
        
      
      
  .dAridR {
    color:var(--Accent3);
  width:fit-content;
  cursor:pointer;
  display:flex;
  background:#ffffff;
  transition:all 500ms ease;
  align-items:flex-start;
  padding-top:.75rem;
  border-color:var(--Accent4);
  border-style:solid;
  border-width:1px;
  padding-left:0.75rem;
  padding-right:0.75rem;
  padding-bottom:.75rem;
  justify-content:flex-start;
  border-top-left-radius:var(--borderRadius);
  border-top-right-radius:var(--borderRadius);
  border-bottom-left-radius:var(--borderRadius);
  border-bottom-right-radius:var(--borderRadius);
  }
      

      
  .dAridR:hover {
    color:var(--Accent1);
  translate:0 -8px 0;
  background:#ed734412;
  border-color:#ed734412;
  border-style:solid;
  border-width:1px;
  border-top-left-radius:1rem;
  border-top-right-radius:1rem;
  border-bottom-left-radius:1rem;
  border-bottom-right-radius:1rem;
  }
      

        
      
      
  .feofPw {
    width:fit-content;
  height:fit-content;
  font-size:14px;
  text-align:left;
  font-family:Geist;
  font-weight:500;
  text-transform:capitalize;
  }
      

      
        
      
      
  .ai-prompt\:Gj73IQJjuazL0jBUDJWhO {
    flex:1;
  font-family:Geist;
  font-weight:600;
  }
      

      
        
      
      
  .ai-prompt\:JemxsJx4VUcoyf68KwI-t {
    width:400px;
  height:16px;
  border-top-left-radius:.25rem;
  border-top-right-radius:.25rem;
  border-bottom-left-radius:.25rem;
  border-bottom-right-radius:.25rem;
  }
      

      
        
      
      
  .LUKmL {
    width:80%;
  height:100%;
  display:flex;
  row-gap:2rem;
  column-gap:2rem;
  align-items:center;
  justify-content:center;
  }
      

      
        
      
      
  .ai-prompt\:KWA9QHSOrPPKyhvCKEtc- {
    flex:1;
  height:72px;
  border-top-left-radius:.5rem;
  border-top-right-radius:.5rem;
  border-bottom-left-radius:.5rem;
  border-bottom-right-radius:.5rem;
  }
      

      
        
      
      
  .ai-prompt\:KZymc69FrMn-Zvr5jWypj {
    flex:1;
  height:72px;
  border-top-left-radius:.5rem;
  border-top-right-radius:.5rem;
  border-bottom-left-radius:.5rem;
  border-bottom-right-radius:.5rem;
  }
      

      
        
      
      
  .ai-prompt\:MnlRafjOqYNvIrvM3kFBz {
    width:80px;
  height:80px;
  border-top-left-radius:1000rem;
  border-top-right-radius:1000rem;
  border-bottom-left-radius:1000rem;
  border-bottom-right-radius:1000rem;
  }
      

      
        
      
      
  
      

      
        
      
      
  .ai-prompt\:OqZ86aKbu6UIHmGpW7KCi {
    width:100%;
  max-width:350px;
  background:white;
  padding-top:0px;
  border-color:var(--Accent4);
  border-style:solid;
  border-width:1px;
  padding-left:0px;
  border-radius:var(--radius-20, 20px);
  padding-right:0px;
  padding-bottom:0px;
  /* custom-shadows/medium */:;
  }
      

      
        
      
      
  .fdLkIh {
    width:100%;
  height:100%;
  display:flex;
  row-gap:0rem;
  background:white;
  column-gap:0rem;
  overflow-x:hidden;
  overflow-y:hidden;
  align-items:center;
  padding-left:0.5rem;
  padding-right:.5rem;
  padding-bottom:8px;
  justify-content:flex-end;
  border-top-left-radius:14px;
  border-top-right-radius:14px;
  border-bottom-left-radius:14px;
  border-bottom-right-radius:14px;
  }
      

      
        
      
      
  .qNwql {
    width:100%;
  display:flex;
  align-items:center;
  padding-left:8px;
  padding-right:8px;
  flex-direction:row;
  justify-content:center;
  }
      

      
        
      
      
  .dsPMyg {
    width:1.25rem;
  height:1.25rem;
  border-style:solid;
  border-width:0px;
  }
      

      
        
      
      
  .aJJEi {
    font-size:14px;
  font-family:Geist;
  font-weight:500;
  border-style:solid;
  border-width:0px;
  }
      

      
        
      
      
  .JjrfO {
    position:relative;
  border-style:solid;
  border-width:0px;
  }
      

      
        
      
      
  .ai-chat-area\:D_XfOmYhnf0wuITaP43qj {
    color:var(--Accent3);
  height:30px;
  display:flex;
  row-gap:0.5rem;
  font-size:14px;
  column-gap:0.5rem;
  transition:all 500ms cubic-bezier(0.42, 0, 0.58, 1);
  align-items:center;
  font-family:Geist;
  font-weight:500;
  padding-top:0.5rem;
  padding-left:0.5rem;
  padding-right:0.5rem;
  flex-direction:row;
  padding-bottom:0.5rem;
  justify-content:flex-start;
  border-top-left-radius:var(--radius-8, 0.5rem);
  border-top-right-radius:var(--radius-8, 0.5rem);
  border-bottom-left-radius:var(--radius-8, 0.5rem);
  border-bottom-right-radius:var(--radius-8, 0.5rem);
  }
      

      
  .ai-chat-area\:D_XfOmYhnf0wuITaP43qj:hover {
    color:var(--Accent1);
  background:var(--Accent4);
  }
      

        
      
      
  
      

      
        
      
      
  .ai-chat-area\:IWyrRrQl0psmzdeVj1xpr {
    color:var(--Accent3);
  height:30px;
  display:flex;
  row-gap:0.5rem;
  font-size:14px;
  column-gap:0.5rem;
  transition:all 500ms cubic-bezier(0.42, 0, 0.58, 1);
  align-items:center;
  font-family:Geist;
  font-weight:500;
  padding-top:0.5rem;
  padding-left:0.5rem;
  padding-right:0.5rem;
  flex-direction:row;
  padding-bottom:0.5rem;
  justify-content:flex-start;
  border-top-left-radius:var(--radius-8, 0.5rem);
  border-top-right-radius:var(--radius-8, 0.5rem);
  border-bottom-left-radius:var(--radius-8, 0.5rem);
  border-bottom-right-radius:var(--radius-8, 0.5rem);
  }
      

      
  .ai-chat-area\:IWyrRrQl0psmzdeVj1xpr:hover {
    color:var(--Accent1);
  background:var(--Accent4);
  }
      

        
      
      
  .ai-chat-area\:I_meo7CbRr7WyoScIc9bw {
    display:none;
  }
      

      
        
      
      
  .ai-chat-area\:LkezdZXAxqHVC8gQZciKF {
    color:var(--Accent3);
  height:30px;
  display:flex;
  row-gap:0.5rem;
  font-size:14px;
  column-gap:0.5rem;
  transition:all 500ms cubic-bezier(0.42, 0, 0.58, 1);
  align-items:center;
  font-family:Geist;
  padding-top:0.5rem;
  padding-left:0.5rem;
  padding-right:0.5rem;
  flex-direction:row;
  padding-bottom:0.5rem;
  justify-content:flex-start;
  border-top-left-radius:var(--radius-8, 0.5rem);
  border-top-right-radius:var(--radius-8, 0.5rem);
  border-bottom-left-radius:var(--radius-8, 0.5rem);
  border-bottom-right-radius:var(--radius-8, 0.5rem);
  }
      

      
  .ai-chat-area\:LkezdZXAxqHVC8gQZciKF:hover {
    color:var(--Accent1);
  background:var(--Accent4);
  }
      

        
      
      
  .irUhM {
    color:var(--Accent3);
  width:100%;
  height:auto;
  resize:none;
  display:flex;
  outline:2px solid transparent;
  position:relative;
  font-size:14px;
  min-height:40px;
  align-items:flex-start;
  font-family:Geist;
  font-weight:500;
  line-height:40px;
  border-style:none;
  border-width:0px;
  field-sizing:content;
  padding-left:.5rem;
  padding-right:.5rem;
  outline-offset:2px;
  justify-content:center;
  background-color:transparent;
  }
      

      
        
      
      
  .ai-chat-area\:QgEmrtKIWVUeeKNtw2wbE {
    gap:0.5rem;
  color:var(--Accent3);
  height:2.5rem;
  display:none;
  background:var(--Accent4);
  transition:color 150ms cubic-bezier(0.4, 0, 0.2, 1)  , background-color    , border-color    , text-decoration-color    , fill    , stroke    , all 300ms cubic-bezier(0.42, 0, 0.58, 1);
  align-items:center;
  padding-top:0.5rem;
  border-color:var(--Accent4);
  border-style:solid;
  border-width:1px;
  padding-left:1rem;
  padding-right:1rem;
  flex-direction:row;
  padding-bottom:0.5rem;
  border-top-left-radius:12px;
  border-top-right-radius:12px;
  border-bottom-left-radius:12px;
  border-bottom-right-radius:12px;
  transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);
  }
      

      
  .ai-chat-area\:QgEmrtKIWVUeeKNtw2wbE:hover {
    background:#ffffff;
  border-color:var(--Accent4);
  border-style:solid;
  border-width:1px;
  }
      


  .ai-chat-area\:QgEmrtKIWVUeeKNtw2wbE:active {
    background:#f7f3ee;
  }
      


  .ai-chat-area\:QgEmrtKIWVUeeKNtw2wbE:focus-visible {
    background:#f7f3ee;
  }
      


  .ai-chat-area\:QgEmrtKIWVUeeKNtw2wbE:focus {
    background:#f7f3ee;
  }
      

        
      
      
  .cQNlVM {
    display:flex;
  align-items:center;
  flex-direction:row;
  justify-content:space-between;
  }
      

      
        
      
      
  .ai-chat-area\:mXe5k2fHaI6ZwOTXw0keS {
    width:200px;
  row-gap:.5rem;
  background:white;
  box-shadow:0px 16px 32px -12px rgba(14, 18, 27, 0.10);
  column-gap:.5rem;
  margin-top:.25rem;
  padding-top:8px;
  border-color:#E1E4EA;
  border-style:solid;
  border-width:1px;
  padding-left:8px;
  padding-right:8px;
  padding-bottom:8px;
  justify-content:;
  background-color:#ffffff;
  border-top-left-radius:1rem;
  border-top-right-radius:1rem;
  border-bottom-left-radius:1rem;
  border-bottom-right-radius:1rem;
  }
      

      
        
      
      
  .eNFVtX {
    width:100%;
  height:auto;
  display:flex;
  row-gap:8px;
  max-width:50rem;
  align-self:stretch;
  background:var(--Accent4);
  box-shadow:0px 0px 14px 0px #988a7914;
  column-gap:8px;
  transition:all 500ms cubic-bezier(0.42, 0, 0.58, 1);
  align-items:center;
  padding-top:.5rem;
  border-color:#988a792b;
  border-style:solid;
  border-width:1.5px;
  padding-left:0.5rem;
  padding-right:0.5rem;
  flex-direction:row;
  padding-bottom:.5rem;
  justify-content:flex-start;
  border-top-left-radius:1rem;
  border-top-right-radius:1rem;
  border-bottom-left-radius:1rem;
  border-bottom-right-radius:1rem;
  }
      

      
  .eNFVtX.hover {
    border-color:var(--Accent1);
  border-style:solid;
  border-width:1.5px;
  }
      

        
      
      
  .cEOUDs {
    flex:1 1 0%;
  display:flex;
  position:relative;
  align-items:flex-start;
  border-style:solid;
  border-width:0px;
  justify-content:center;
  }
      

      
        
      
      
  .bYCPAy {
    color:#ffffff;
  width:2.5rem;
  cursor:pointer;
  height:2.5rem;
  display:flex;
  background:var(--Accent1);
  transition:color 150ms cubic-bezier(0.4, 0, 0.2, 1)  , background-color    , border-color    , text-decoration-color    , fill    , stroke    , all 500ms cubic-bezier(0.42, 0, 0.58, 1);
  align-items:center;
  flex-shrink:0;
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  justify-content:center;
  border-top-left-radius:12px;
  border-top-right-radius:12px;
  border-bottom-left-radius:12px;
  border-bottom-right-radius:12px;
  transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);
  }
      

      
  .bYCPAy:hover {
    background:#e03e00;
  }
      


  .bYCPAy.disabled {
    color:#d0cece;
  cursor:no-drop;
  background:#faf9f9;
  }
      

        
      
      
  .ai-chat-area\:ptWJbyavebqPXkATiLHSS {
    color:var(--Accent3);
  height:30px;
  display:flex;
  row-gap:0.5rem;
  font-size:14px;
  column-gap:0.5rem;
  transition:all 500ms cubic-bezier(0.42, 0, 0.58, 1);
  align-items:center;
  font-family:Geist;
  font-weight:500;
  padding-top:0.5rem;
  padding-left:0.5rem;
  padding-right:0.5rem;
  flex-direction:row;
  padding-bottom:0.5rem;
  justify-content:flex-start;
  border-top-left-radius:var(--radius-8, 0.5rem);
  border-top-right-radius:var(--radius-8, 0.5rem);
  border-bottom-left-radius:var(--radius-8, 0.5rem);
  border-bottom-right-radius:var(--radius-8, 0.5rem);
  }
      

      
  .ai-chat-area\:ptWJbyavebqPXkATiLHSS:hover {
    color:var(--Accent1);
  background:var(--Accent4);
  }
      

        
      
      
  .bmcLpd {
    border-style:solid;
  border-width:0px;
  }
      

      
        
      
      
  .ai-prompt\:Sa2khSD1svg-wO5_hjLI7 {
    position:absolute;
  }
      

      
        
      
      
  .ai-prompt\:Trt644snUb_o7lFfmwg6i {
    width:200px;
  height:32px;
  border-top-left-radius:.25rem;
  border-top-right-radius:.25rem;
  border-bottom-left-radius:.25rem;
  border-bottom-right-radius:.25rem;
  }
      

      
        
      
      
  .bLgElh {
    color:#988a79c9;
  font-size:12px;
  text-align:center;
  font-family:"Geist Mono";
  font-weight:var(--font-weight-normal);
  letter-spacing:2px;
  text-transform:uppercase;
  }
      

      
        
      
      
  .qFPkf {
    width:100%;
  display:flex;
  row-gap:8px;
  column-gap:8px;
  align-items:stretch;
  flex-direction:row;
  justify-content:space-between;
  }
      

      
        
      
      
  .ai-prompt\:_pN7RwRkzSRlRNnlAmU0s {
    cursor:pointer;
  height:32px;
  display:none;
  font-size:14px;
  border-color:var(--stroke-soft);
  border-style:solid;
  border-width:1px;
  }
      

      
        
      
      
  .cNvXke {
    display:flex;
  row-gap:1rem;
  column-gap:1rem;
  align-items:center;
  justify-content:flex-start;
  }
      

      
        
      
      
  .VVENL {
    color:#ed7542;
  font-size:40px;
  font-family:Geist Mono;
  font-weight:var(--font-weight-normal);
  }
      

      
        
      
      
  .eKWZzu {
    display:flex;
  align-items:center;
  justify-content:flex-start;
  }
      

      
        
      
      
  .bRJqSA {
    width:80%;
  height:100%;
  display:flex;
  row-gap:2rem;
  column-gap:2rem;
  align-items:center;
  flex-direction:column;
  justify-content:center;
  }
      

      
        
      
      
  .ai-prompt\:ie5QckPO2iBBLWFMW8yFC {
    flex:1;
  height:72px;
  border-top-left-radius:.5rem;
  border-top-right-radius:.5rem;
  border-bottom-left-radius:.5rem;
  border-bottom-right-radius:.5rem;
  }
      

      
        
      
      
  .ekTqlD {
    color:#472e10d9;
  font-size:20px;
  text-align:center;
  font-family:Geist;
  font-weight:var(--font-weight-normal);
  }
      

      
        
      
      
  
      

      
        
      
      
  .ai-prompt\:sKLOHvrB3RZB2_vF4bTjq {
    display:none;
  align-items:flex-start;
  padding-top:1rem;
  padding-left:20px;
  padding-right:20px;
  padding-bottom:1rem;
  justify-content:center;
  border-bottom-color:var(--Accent4);
  border-bottom-style:solid;
  border-bottom-width:1px;
  }
      

      
        
      
      
  .XpxFY {
    top:8px;
  color:var(--Accent3);
  right:8px;
  width:2rem;
  cursor:pointer;
  height:2rem;
  display:flex;
  position:absolute;
  background:#ffffff;
  align-items:center;
  flex-shrink:0;
  border-color:#472e1024;
  border-style:solid;
  border-width:1px;
  flex-direction:row;
  justify-content:center;
  transition-duration:150ms;
  transition-property:color, background-color, border-color, text-decoration-color, fill, stroke;
  border-top-left-radius:8px;
  border-top-right-radius:8px;
  border-bottom-left-radius:8px;
  border-bottom-right-radius:8px;
  transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);
  }
      

      
  .XpxFY:hover {
    color:var(--Accent1);
  background:#ffffff;
  border-color:#472e1024;
  border-style:solid;
  border-width:1px;
  }
      

        
      
      
  ._1-Dashboard\:qMn3cXbXEN6WgtQPwU7vB {
    width:100%;
  }
      

      
        
      
      
  
      

      
        
      
      
  .eNjQyc {
    width:100%;
  height:fit-content;
  display:flex;
  max-width:1200px;
  align-items:flex-start;
  perspective:;
  justify-content:flex-start;
  }
      

      
        
      
      
  .caqXKO {
    width:100%;
  height:100%;
  display:flex;
  row-gap:16px;
  background:#ffffff;
  column-gap:16px;
  align-items:flex-start;
  padding-top:1rem;
  padding-left:1rem;
  padding-right:1rem;
  padding-bottom:1rem;
  justify-content:flex-start;
  border-top-left-radius:10px;
  border-top-right-radius:10px;
  border-bottom-left-radius:10px;
  border-bottom-right-radius:10px;
  }
      

      
        
      
      
  ._1-Dashboard\:tv-jD4zRL8M08tjEHuGD0 {
    color:var(--Accent3);
  width:32px;
  height:32px;
  }
      

      
        
      
      
  ._1-Dashboard\:vXMyjMg005D00vISpPKRf {
    display:flex;
  align-items:center;
  justify-content:center;
  }
      

      
        
      
      
  .ceGnkD {
    color:var(--Accent3);
  width:100%;
  font-size:32px;
  text-align:center;
  font-weight:var(--font-weight-normal);
  padding-left:25px;
  padding-right:25px;
  }
      

      
        
      
      
  
      

      
        
      
      
  .cOBFzO {
    color:var(--Accent3);
  font-size:32px;
  font-weight:var(--font-weight-normal);
  }
      

      
        
      
      
  ._1-Dashboard\:yidU5pO0GOaVEtXoFeGjY {
    width:auto;
  height:20px;
  }
      

      
        
      
      
  ._1-Dashboard\:yvflPkb45TnpWMKvhFpnT {
    flex:1;
  min-width:270px;
  aspect-ratio:16/9;
  }
      

      
        
      
      
  ._1-Dashboard\:zbbAIv2ron1jlj6pN5BQa {
    height:100%;
  min-width:270x;
  }
      

      
        
      